Files
tldr/pages.zh/common/lilypond.md

25 lines
531 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lilypond
> 排版音乐和/或从文件生成MIDI。
> 另请参阅:`musescore`。
> 更多信息:<https://lilypond.org>。
- 将lilypond文件编译成PDF
`lilypond {{path/to/file}}`
- 编译为指定格式:
`lilypond --formats={{format_dump}} {{path/to/file}}`
- 编译指定文件,抑制进度更新:
`lilypond -s {{path/to/file}}`
- 编译指定文件,并指定输出文件名:
`lilypond --output={{path/to/output_file}} {{path/to/input_file}}`
- 显示当前lilypond版本
`lilypond --version`