]> git.donarmstrong.com Git - lilypond.git/blob - input/test/clef-8-syntax.ly
799dec50fdbb0736d827df38cbaedcfad911948c
[lilypond.git] / input / test / clef-8-syntax.ly
1 \version "1.7.16"
2 \header {
3
4     texidoc = "Appending @code{_8} or @code{^8} to a clef name, will
5     add an octavation sign to the clef."
6
7 }
8
9
10 \score { 
11   \context Voice \notes\relative c {
12   \clef "bass_8" c4
13   }
14   \paper {
15     raggedright = ##t
16   }  
17   \midi { }
18 }
19
20 %% new-chords-done %%