[ << Updating files with convert-ly ] | [Top][Contents][Index] | [ Running lilypond-book >> ] |
[ < Invoking convert-ly ] | [ Up: Updating files with convert-ly ] | [ Problems running convert-ly > ] |
2.4 Command-line options for convert-ly
The program is invoked as follows:
convert-ly [option]… filename…
By default, convert-ly writes its data to standard
output.
The following options can be given:
--versionShow version number and exit.
-h, --helpShow usage help and exit.
-d, --diff-version-updateIncrease the
\versionstring only if the file has actually been changed. In that case, the version header will correspond to the version after the last actual change. An unstable version number will be rounded up to the next stable version number unless that would exceed the target version number. Without this option, the version will instead reflect the last attempted conversion.-e, --editApply the conversions directly to the input file, modifying it in-place. If the original file is called myfile.ly, a backup is retained under the name myfile.ly~, i.e., a tilde character gets appended. This backup file may be a hidden file on some operating systems.
If you want the converted output to be stored under a different name, redirect the standard output to a file.
convert-ly myfile.ly > mynewfile.ly
See also option --backup-numbered.
-b, --backup-numberedWhen used with the ‘-e’ option, number the backup files so that no previous version is overwritten. Assuming the input file is called myfile.ly, try to store the backup in myfile.ly.~1~. If it exists, try myfile.ly.~2~ instead, etc. The backup files may be hidden on some operating systems.
-f, --from=from-patchlevelSet the version to convert from. If this is not set,
convert-lywill guess it on the basis of the (first)\versionstring in the file. Example: --from=2.10.25-h, --helpPrint usage help.
-l loglevel, --loglevel=loglevelSet the output verbosity to loglevel. Possible values, in upper case, are
PROGRESS(the default),NONE,WARN,ERROR, andDEBUG.-n, --no-versionNormally,
convert-lyadds a\versionindicator to the output. Specifying this option suppresses this.-c, --current-versionBy default,
convert-lyupdates the\versionstring to the lowest necessary version. If this option is given, the current LilyPond version (2.25.29) is used instead.-s, --show-rulesShow conversion descriptions and exit. The amount of information can be adjusted with options --from and --to.
-t, --to=to-patchlevelExplicitly set which
\versionto convert to, otherwise the default is the most current value. It must be higher than the starting version.convert-ly --to=2.14.1 myfile.ly
-v, --verboseDisplay rule descriptions during conversion.
-w, --warrantyShow warranty and copyright and exit.
To upgrade LilyPond fragments in Texinfo files, use
convert-ly --from=… --to=… --no-version *.itely
To see the changes in the LilyPond syntax between two versions, use
convert-ly --from=… --to=… -s
[ << Updating files with convert-ly ] | [Top][Contents][Index] | [ Running lilypond-book >> ] |
[ < Invoking convert-ly ] | [ Up: Updating files with convert-ly ] | [ Problems running convert-ly > ] |