1CONVERT-LY(1) User Commands CONVERT-LY(1)
2
3
4
6 convert-ly - manual page for convert-ly 2.14.2
7
9 convert-ly [OPTION]... FILE
10
12 Update LilyPond input to newer version. By default, update from the
13 version taken from the \version command, to the current LilyPond ver‐
14 sion.Examples:
15
16 $ convert-ly -e old.ly
17 $ convert-ly --from=2.3.28 --to=2.5.21 foobar.ly > foobar-new.ly
18
20 --version
21 show version number and exit
22
23 -h, --help
24 show this help and exit
25
26 -f, --from=VERSION
27 start from VERSION [default: \version found in file]
28
29 -e, --edit
30 edit in place
31
32 -n, --no-version
33 do not add \version command if missing
34
35 -c, --current-version
36 force updating \version number to 2.14.2
37
38 -d, --diff-version-update
39 only update \version number if file is modified
40
41 -s, --show-rules
42 show rules [default: -f 0, -t 2.14.2]
43
44 -t, --to=VERSION
45 convert to VERSION [default: 2.14.2]
46
47 -w, --warranty
48 show warranty and copyright
49
51 Report bugs via
52 http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
53
55 The full documentation for convert-ly is maintained as a Texinfo man‐
56 ual. If the info and convert-ly programs are properly installed at
57 your site, the command
58
59 info convert-ly
60
61 should give you access to the complete manual.
62
63
64
65convert-ly 2.14.2 July 2011 CONVERT-LY(1)