]> git.donarmstrong.com Git - lilypond.git/blob - input/test/clef-8-syntax.ly
e33701e05b7c566b04e4d21b7553a2f554cdef99
[lilypond.git] / input / test / clef-8-syntax.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "@cindex Chord Octavation
4 Appending @code{_8} or @code{^8} to a clef name will
5 add an octavation sign to the clef, although the clef
6 name needs to be in quotes (such as \"treble^8\").
7 " }
8
9 \score { 
10   \context Voice \notes\relative c {
11   \clef "bass_8" c4 c c c |
12   \clef "treble^8" c'''4 c c c |
13   }
14   \paper {
15     raggedright = ##t
16   }  
17   \midi { }
18 }
19
20