Easy_pieces_for_Cello
1.0.0
由于大提琴碎片的标题编号在收藏时正在变化,因此file.ly数字可能会从分数中打印的piece-number中延迟。
尽管此集合正在增长,但它仅提供单个部分作为Lilypond *。Ly文件。
PDF和MIDI文件将在集合的最终确定中添加,以防止.git存储库的提升。
如果您想事先获取PDF文件,则需要安装Lilypond并编译 *.ly文件。
这是命令行的Linux系统的简短描述
# install lilypond from your repository
# using apt or your apropriate package manager
apt update
apt install lilypond
# compile input file with lilypond
lilypond filename.ly
# to batch compile all files in a folder
# simply run this for-loop from the command-line
for i in *.ly; do lilypond $i;done
如果您想获取MIDI文件,则需要在layout Blog后面添加midi {}博客
在这样的score博客中:
MIDI文件也是如此。
现在,将midi {}博客添加到输入文件中。
midi-instrument设置为大提琴
对于Linux系统中的MIDI播放,您可以使用timidity 。
timidity {01..15}*.midi
将开始播放所有15件。
打字带:Lilypond“ 2.18.2”
您可以在线尝试:Lilybin或在FreeNode的官方IRC获得支持
可以在www.mutopiaproject.org上找到更多的Lilypond格式分数。
可以在Lilypond片段存储库中找到摘要和调整♪♫