lilypond-1.3.24
[lilypond.git] / Documentation / man / convert-mudela.pod
blob8ba3d04e5ff0ac64cbc69326244e507aa5a75d3f
1 =head1 NAME
3 convert-mudela  - convert mudela to newer versions
5 =head1 SYNOPSIS
7         convert-mudela [options] [files]
9 =head1 DESCRIPTION
11 convert-mudela sequentially applies different mudela-conversions to
12 upgrade a Mudela input file from FROM_PATCHLEVEL to TO_PATCHLEVEL.
13 If no files are given, the standard input and output are used
15 =head1 OPTIONS
17 =over 4
19 =item B<--output>
21 The output file to write
23 =item B<--edit> 
25 Do an inline edit of the input file. override B<--output>
27 =item B<--show-rules>
29 shows all known conversions.
31 =item B<--from>=FROM_PATCHLEVEL
33 Set the level to convert from. If this is not set, convert-mudela will
34 guess this, on the basis of C<\version> strings in the file
36 =item B<--to>=TO_PATCHLEVEL
38 Set the goal version of the conversion. It defaults to the latest
39 available version.  
41 =back
43 =head1 BUGS
45 Not all language changes are handled. Multiple output options won't work
47 =head1 AUTHOR
49 Han-Wen Nienhuys <hanwen@gnu.org>