]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-optional-octavation.ly
Add changes entry for Mike's work on skylines (28f3294954eff1).
[lilypond.git] / input / regression / clef-optional-octavation.ly
1 \version "2.17.7"
2
3 \header {
4
5   texidoc="Octavate symbols may be parenthesized or bracketed by using
6 parentheses or brackets in the command string."
7
8 }
9 \score {
10   \new Staff {
11     \clef "G^(8)" g''1 |
12     \clef "bass_[15]" c,,1 |
13     \clef "C^(8)" c''1
14   }
15 }