Convert-ly sequentially applies different conversions to upgrade a
LilyPond input file. It uses \version
statements in the file to
detect the old version number. For example, to upgrade all LilyPond
files in the current directory and its subdirectories, use
convert-ly -e --to=1.3.150 `find . -name '*.ly' -print`
The program is invoked as follows:
convert-ly [option]... file...
The following options can be given:
-e,--edit
--output
.
-f,--from=
from-patchlevel\version
strings in the file.
-o,--output=
file-n,--no-version
\version
indicator
to the output. Specifying this option suppresses this.
-s, --show-rules
--to=
to-patchlevel-h, --help
Not all language changes are handled. Only one output option can be specified.
Read comments on this page, or
add one.
This page is for LilyPond-2.2.6 (stable-branch). |