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