]> git.donarmstrong.com Git - lilypond.git/blob - input/test/clef-8-syntax.ly
update syntax in .ly files.
[lilypond.git] / input / test / clef-8-syntax.ly
1 \version "1.7.6"
2
3 \score { 
4   \context Voice \notes\relative c {
5 \clef "bass_8" c4
6   }
7   \paper {
8     linewidth=-1.0
9   }  
10   \midi { }
11 }
12 %% new-chords-done %%