1 #(ly
:set-option
'old-relative
)
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\").
11 \context Voice
\notes\relative c {
12 \clef "bass_8" c4 c c c |
13 \clef "treble^8" c'''4 c c c |