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片段存儲庫中找到摘要和調整♪♫