]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/man/convert-mudela.pod
partial: 1.0.1.jcn
[lilypond.git] / Documentation / man / convert-mudela.pod
1 =head1 NAME
2
3 convert-mudela  - convert mudela to newer versions
4
5 =head1 SYNOPSIS
6
7         convert-mudela [options] [files]
8
9 =head1 DESCRIPTION
10
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
14
15 =head1 OPTIONS
16
17 =over 4
18
19 =item B<--output>
20
21 The output file to write
22
23 =item B<--edit> 
24
25 Do an inline edit of the input file. override B<--output>
26
27 =item B<--show-rules>
28
29 shows all known conversions.
30
31 =item B<--from>=FROM_PATCHLEVEL
32
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
35
36 =item B<--to>=TO_PATCHLEVEL
37
38 Set the goal version of the conversion. It defaults to the latest
39 available version.  
40
41 =back
42
43 =head1 BUGS
44
45 Not all language changes are handled. Multiple output options won't work
46
47 =head1 AUTHOR
48
49 Han-Wen Nienhuys <hanwen@gnu.org>