]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-transposition-optional.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / clef-transposition-optional.ly
1 \version "2.17.7"
2
3 \header {
4
5   texidoc="Clef transposition symbols may be parenthesized or
6 bracketed by using 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 }