]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-transposition.ly
Rename OctavateEight to ClefModifier
[lilypond.git] / input / regression / clef-transposition.ly
1
2 \version "2.16.0" \header {
3
4     texidoc = "Clefs may be transposed up or down
5 by arbitrary amount, including 15 for two octaves."
6
7 }
8 \layout { ragged-right = ##t  }
9
10
11 \relative c'' {
12
13   \clef "G_8"
14   c4
15   \clef "G_15"
16   c4
17   \clef "G_7"
18   c4
19   \clef "G_6"
20   c4
21   \clef "G^8"
22   c4
23   \clef "G^15"
24   c4
25   \clef "G^9"
26   c4
27 }
28