]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-bracket-vertical-skylines.ly
Improvements in vertical skyline approximations (issue 2148).
[lilypond.git] / input / regression / tuplet-bracket-vertical-skylines.ly
1 \version "2.15.28"
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   \times 1/1 { a^"foo" a' a' a' }
12 }