Options (4)
-f, --formatbooleanCompile into the specified format
Example:
lilypond {{[-f|--format]}} {{format_dump}} {{path/to/file}}-s, --silentbooleanCompile the specified file, suppressing progress updates
Example:
lilypond {{[-s|--silent]}} {{path/to/file}}-o, --outputbooleanCompile the specified file, and also specify the output filename
Example:
lilypond {{[-o|--output]}} {{path/to/output_file}} {{path/to/input_file}}-v, --versionbooleanDisplay version
Example:
lilypond {{[-v|--version]}}Examples (5)
Compile a lilypond file into a PDF
lilypond path/to/fileCompile into the specified format
lilypond [-f|--format] format_dump path/to/fileCompile the specified file, suppressing progress updates
lilypond [-s|--silent] path/to/fileCompile the specified file, and also specify the output filename
lilypond [-o|--output] path/to/output_file path/to/input_fileDisplay version
lilypond [-v|--version]made by @shridhargupta | data from tldr-pages