Start breaking up music into pieces/score parts

This commit is contained in:
Andrew Miner
2017-08-28 18:28:26 -07:00
parent e62a87bcd2
commit a3ec651687
8 changed files with 95 additions and 70 deletions
@@ -0,0 +1,12 @@
\include "song-of-the-volga-boatmen.ly"
\book {
\score {
\new Staff \with {
instrumentName = "Tenor Sax"
} {
\transpose g' bf'
\melody
}
}
}