]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-number-outside-staff-positioning.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-number-outside-staff-positioning.ly
1 \version "2.17.6"
2
3 \header {
4
5   texidoc = "Grobs whose parents have @code{outside-staff-priority} set
6 should figure into the vertical skyline of the @code{VerticalAxisGroup}
7 such that grobs with a higher @code{outside-staff-priority} are correctly
8 positioned above them.
9 "
10
11 }
12
13 \relative c'' {
14    \override TupletBracket.outside-staff-priority = #1
15    \override TupletNumber.font-size = #5
16    \times 2/3 { a4\trill a\trill^"foo" a\trill }
17 }