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