lilypond-1.3.24
[lilypond.git] / Documentation / man / convert-mudela.yo
blob3a1a0a8d29f288a369ff210ac58cccb74998101f
2 mailto(janneke@gnu.org)
3 COMMENT(ugh, should be automated)
4 COMMENT(urg
5         (PIPETHROUGH(echo -n `date '+%d/%b/%y'|tr '[a-z]' '[A-Z]'`)())
7 manpage(convert-mudela)
8         (1)
9         (1999)
10         (The LilyPond package)
11         (convert-mudela)
13 metalC(Automatically generated by yodl(1) from convert-mudela.yo.)
15 manpagename(convert-mudela)(convert-mudela to newer versions)
17 convert-mudela sequentially applies different mudela-conversions to
18 upgrade a Mudela input file.
20 manpagedescription()
22 Upgrade a Mudela input file from FROM_PATCHLEVEL to TO_PATCHLEVEL.
23 If no files are given, the standard input and output are used.
25 manpagesynopsis()
27         convert-mudela [options] [files]
29 manpageoptions()
30 description(
31 dit(--output)
32     The output file to write.  
33 dit(--edit)
34     Do an inline edit of the input file. override code(--output)
35 dit(--show-rules)
36     shows all known conversions, and exit
37 dit(--from=FROM_PATCHLEVEL)
38     Set the level to convert from. If this is not set, convert-mudela will
39     guess this, on the basis of code(\version) strings in the file
40 dit(--to=TO_PATCHLEVEL)
41     Set the goal version of the conversion. It defaults to the latest
42     available version.
45 manpagesection(BUGS)
47 Not all language changes are handled. Multiple output options won't
48 work.
50 convert-mudela is written in python, so you have install
51 url(python)(http://www.python.org).
54 manpageauthor()
56 nemail(Han-Wen Nienhuys)(hanwen@cs.uu.nl), lurl(http://www.cs.uu.nl/people/hanwen)