1CONVERT-LY(1) User Commands CONVERT-LY(1)
2
3
4
6 convert-ly - manual page for convert-ly 2.19.82
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. If FILE is `-', read from standard input.
15
17 --version
18 show version number and exit
19
20 -h, --help
21 show this help and exit
22
23 -f, --from=VERSION
24 start from VERSION [default: \version found in file]
25
26 -e, --edit
27 edit in place
28
29 -l, --loglevel=LOGLEVEL
30 Print log messages according to LOGLEVEL (NONE, ERROR, WARNING,
31 PROGRESS (default), DEBUG)
32
33 -n, --no-version
34 do not add \version command if missing
35
36 -c, --current-version
37 force updating \version number to 2.19.82
38
39 -d, --diff-version-update
40 only update \version number if file is modified
41
42 -s, --show-rules
43 show rules [default: -f 0, -t 2.19.82]
44
45 -t, --to=VERSION
46 convert to VERSION [default: 2.19.82]
47
48 -b, --backup-numbered
49 make a numbered backup [default: filename.ext~]
50
51 -w, --warranty
52 show warranty and copyright
53
55 $ convert-ly -e old.ly
56 $ convert-ly --from=2.3.28 --to=2.5.21 foobar.ly > foobar-new.ly
57
59 Report bugs via
60 http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
61
63 The full documentation for convert-ly is maintained as a Texinfo man‐
64 ual. If the info and convert-ly programs are properly installed at
65 your site, the command
66
67 info convert-ly
68
69 should give you access to the complete manual.
70
71
72
73convert-ly 2.19.82 July 2018 CONVERT-LY(1)