commands.sh

lilypond

all

Typeset music and/or produce MIDI from file. See also: `musescore`.

More info →

Options (4)

-f, --formatboolean

Compile into the specified format

Example: lilypond {{[-f|--format]}} {{format_dump}} {{path/to/file}}
-s, --silentboolean

Compile the specified file, suppressing progress updates

Example: lilypond {{[-s|--silent]}} {{path/to/file}}
-o, --outputboolean

Compile the specified file, and also specify the output filename

Example: lilypond {{[-o|--output]}} {{path/to/output_file}} {{path/to/input_file}}
-v, --versionboolean

Display version

Example: lilypond {{[-v|--version]}}

Examples (5)

Compile a lilypond file into a PDF

lilypond path/to/file

Compile into the specified format

lilypond [-f|--format] format_dump path/to/file

Compile the specified file, suppressing progress updates

lilypond [-s|--silent] path/to/file

Compile the specified file, and also specify the output filename

lilypond [-o|--output] path/to/output_file path/to/input_file

Display version

lilypond [-v|--version]
made by @shridhargupta | data from tldr-pages