~jelmer/ptabtools/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH ptb2ascii 1 "4 May 2004"
.SH NAME
ptb2ascii \- PowerTab file to ASCII file converter
.SH SYNOPSIS
.PP
.B ptb2ascii
[-d]
[-o \fIoutput-file\fP]
\fIpowertab-file.ptb\fP
.RI
.SH DESCRIPTION
\fBptb2ascii\fP is a program that takes a file generated by the PowerTab 
Tablature editor and generates an ASCII file with tab data based on it.

.PP
.SH OPTIONS
.PP
.IP "--help"
Show all available options.
.IP "-d"
Run in debug mode. This will generate a lot of output to stderr.
.IP "-r"
Write tabs for regular guitar.
.IP "-b"
Write tabs for bass guitar.
.IP "-o \fIoutput-file\fP"
Filename of the ASCII file that should be generated. If this is not 
specified, the ASCII output will be written to a file named after the input 
file but with the extension changed to ".txt". 
Specify "-" for standard output.
.SH "SEE ALSO"
.BR http://jelmer.vernstok.nl/
.PP
.BR http://www.power-tab.net/

.SH BUGS
.PP
Only default tuning is supported
.PP
Special effects not support
.PP
Please report any bugs to Jelmer Vernooij at \fBjelmer@samba.org\fP.
.SH LICENSE
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful, but
\fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
General Public License for more details.
.PP
You should have received a copy of the GNU General Public License 
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple PLace, Suite 330, Boston, MA  02111-1307  USA
.SH AUTHOR
.BR
 Jelmer Vernooij <jelmer@samba.org>