mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
lilypond: add page (#4500)
This commit is contained in:
parent
f3b038020f
commit
cbaeb655cb
1 changed files with 24 additions and 0 deletions
24
pages/common/lilypond.md
Normal file
24
pages/common/lilypond.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# lilypond
|
||||
|
||||
> Typeset music and/or produce MIDI from file.
|
||||
> More information: <https://lilypond.org/index.html>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue