Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(302)

Side by Side Diff: input/regression/tuplet-number-outside-staff-positioning.ly

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Patch Set: Run astyle on c++ files Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 \version "2.17.0"
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 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b