release commit
[lilypond.git] / input / test / clef-8-syntax.ly
blob45a6365cdedd37ff8bcad6f99164a0dd7af9dccf
2 \version "2.1.7"
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 { }