Forrest logo
back to context overview

lilypond

List of commands for lilypond:

  • lilypond:tldr:4970c lilypond: Compile into the specified format.
    $ lilypond --formats=${format_dump} ${filename}
    try on your machine
    explain this command
  • lilypond:tldr:6e979 lilypond: Compile a lilypond file into a PDF.
    $ lilypond ${filename}
    try on your machine
    explain this command
  • lilypond:tldr:8d219 lilypond: Show the current version of lilypond.
    $ lilypond --version
    try on your machine
    explain this command
  • lilypond:tldr:8e19d lilypond: Compile the specified file, suppressing progress updates.
    $ lilypond -s ${filename}
    try on your machine
    explain 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 machine
    explain this command
back to context overview