Massive changes - see ChangeLog.
[lilypond.git] / input / test / clef-8-syntax.ly
blob3ba41bb409a0ecb4b546f5b079f0baf7fbf08ea2
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "@cindex Chord Octavation
5 Appending @code{_8} or @code{^8} to a clef name will
6 add an octavation sign to the clef, although the clef
7 name needs to be in quotes (such as \"treble^8\").
8 " }
10 \score {
11 \context Voice \notes\relative c {
12 \clef "bass_8" c4 c c c |
13 \clef "treble^8" c'''4 c c c |
15 \paper {
16 raggedright = ##t
18 \midi { }