]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-octavation.ly
Add changes entry for Mike's work on skylines (28f3294954eff1).
[lilypond.git] / input / regression / clef-octavation.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc="Octavate symbols should be correctly positioned close to
6 the parent clef."
7
8 }
9 \score {
10   <<
11     \new Staff { \clef "G^8" g''1 }
12     \new Staff { \clef "F^8" c'1 }
13     \new Staff { \clef "C^8" c''1 }
14     \new Staff { \clef "G_8" g1 }
15     \new Staff { \clef "F_8" c,1 }
16     \new Staff { \clef "C_8" c1 }
17   >>
18 }