]> git.donarmstrong.com Git - lilypond.git/blob - input/test/clef-8-syntax.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / clef-8-syntax.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4 \clef "bass_8"; c4
5   }
6   \paper {
7     linewidth=-1.0;
8   }  
9   \midi { }
10 }