]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-vertical-skylines.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-bracket-vertical-skylines.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Tuplet brackets do not push objects with outside-staff-priority
5 too high.
6 "
7 }
8
9 \relative {
10   \override TupletBracket.direction = #UP
11   \tuplet 1/1 { a^"foo" a' a' a' }
12 }