System Grab Bag

View all TLDR pages from common (or from all pages)

lilypond

Typeset music and/or produce MIDI from file. More information: https://lilypond.org.
  • Compile a lilypond file into a PDF:
    lilypond {{path/to/file}}
  • Compile into the specified format:
    lilypond --formats={{format_dump}} {{path/to/file}}
  • Compile the specified file, suppressing progress updates:
    lilypond -s {{path/to/file}}
  • Compile the specified file, and also specify the output filename:
    lilypond --output={{path/to/output_file}} {{path/to/input_file}}
  • Show the current version of lilypond:
    lilypond --version

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.