
lilypond
List of commands for lilypond:
-
lilypond:tldr:4970c lilypond: Compile into the specified format.$ lilypond --formats=${format_dump} ${filename}try on your machineexplain this command
-
lilypond:tldr:6e979 lilypond: Compile a lilypond file into a PDF.$ lilypond ${filename}try on your machineexplain this command
-
lilypond:tldr:8d219 lilypond: Show the current version of lilypond.$ lilypond --versiontry on your machineexplain this command
-
lilypond:tldr:8e19d lilypond: Compile the specified file, suppressing progress updates.$ lilypond -s ${filename}try on your machineexplain this command
-
lilypond:tldr:ddea9 lilypond: Compile the specified file, and also specify the output filename.$ lilypond --output=${path-to-output_file} ${path-to-input_file}try on your machineexplain this command