Fix compatibility with newer versions of lilypond.
[jelmer/ptabtools.git] / ptb2ascii.1
1 .TH ptb2ascii 1 "4 May 2004"
2 .SH NAME
3 ptb2ascii \- PowerTab file to ASCII file converter
4 .SH SYNOPSIS
5 .PP
6 .B ptb2ascii
7 [-d]
8 [-o \fIoutput-file\fP]
9 \fIpowertab-file.ptb\fP
10 .RI
11 .SH DESCRIPTION
12 \fBptb2ascii\fP is a program that takes a file generated by the PowerTab 
13 Tablature editor and generates an ASCII 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 ASCII file that should be generated. If this is not 
28 specified, the ASCII output will be written to a file named after the input 
29 file but with the extension changed to ".txt". 
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
36 .SH BUGS
37 .PP
38 Only default tuning is supported
39 .PP
40 Special effects not support
41 .PP
42 Please report any bugs to Jelmer Vernooij at \fBjelmer@samba.org\fP.
43 .SH LICENSE
44 This program is free software; you can redistribute it and/or modify
45 it under the terms of the GNU General Public License as published by
46 the Free Software Foundation; either version 2 of the License, or
47 (at your option) any later version.
48 .PP
49 This program is distributed in the hope that it will be useful, but
50 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
52 General Public License for more details.
53 .PP
54 You should have received a copy of the GNU General Public License 
55 along with this program; if not, write to the Free Software
56 Foundation, Inc., 59 Temple PLace, Suite 330, Boston, MA  02111-1307  USA
57 .SH AUTHOR
58 .BR
59  Jelmer Vernooij <jelmer@samba.org>