2-cello.ly (236B)
1 \version "2.20" 2 \language "english" 3 4 global = { 5 \compressFullBarRests 6 } 7 8 \include "2.ly" 9 10 \markup \fill-line { 11 \center-column { 12 \fontsize #5 { "II." } 13 } 14 } 15 \score { 16 \new Staff { 17 \cello_two 18 } 19 \midi { } 20 \layout { } 21 }