Change license to GPLv3 or later.
[jelmer/ptabtools.git] / ptb2abc.1
1 .TH ptb2abc 1 "4 May 2004"
2 .SH NAME
3 ptb2abc \- PowerTab file to abc file converter
4 .SH SYNOPSIS
5 .PP
6 .B ptb2abc
7 [-d]
8 [-o \fIoutput-file\fP]
9 \fIpowertab-file.ptb\fP
10 .RI
11 .SH DESCRIPTION
12 \fBptb2abc\fP is a program that takes a file generated by the PowerTab 
13 Tablature editor and generates an abc file with tab data based on it.
14
15 .PP
16 .SH OPTIONS
17 .PP
18 .IP "--help"
19 Show all available options.
20 .IP "-d"
21 Run in debug mode. This will generate a lot of output to stderr.
22 .IP "-r"
23 Write tabs for regular guitar.
24 .IP "-b"
25 Write tabs for bass guitar.
26 .IP "-o \fIoutput-file\fP"
27 Filename of the abc file that should be generated. If this is not 
28 specified, the abc output will be written to a file named after the input 
29 file but with the extension changed to ".abc". 
30 Specify "-" for standard output.
31 .SH "SEE ALSO"
32 .BR http://jelmer.vernstok.nl/
33 .PP
34 .BR http://www.power-tab.net/
35 .PP
36 .BR abc2ps(1)
37
38 .SH BUGS
39 .PP
40 Please report any bugs to Jelmer Vernooij at \fBjelmer@samba.org\fP.
41 .SH LICENSE
42 This program is free software; you can redistribute it and/or modify
43 it under the terms of the GNU General Public License as published by
44 the Free Software Foundation; either version 2 of the License, or
45 (at your option) any later version.
46 .PP
47 This program is distributed in the hope that it will be useful, but
48 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
50 General Public License for more details.
51 .PP
52 You should have received a copy of the GNU General Public License 
53 along with this program; if not, write to the Free Software
54 Foundation, Inc., 59 Temple PLace, Suite 330, Boston, MA  02111-1307  USA
55 .SH AUTHOR
56 .BR
57  Jelmer Vernooij <jelmer@samba.org>