add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# 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`