]> git.donarmstrong.com Git - lilypond.git/blob - input/test/clef-8-syntax.ly
release: 1.3.146
[lilypond.git] / input / test / clef-8-syntax.ly
1 \version "1.3.146"
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 }