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

Delta Between Two Patch Sets: input/regression/tuplet-number-outside-staff-priority.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: Created 12 years, 2 months ago
Right Patch Set: Address Keith's comments, add display test, fix display expression Created 12 years, 2 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 \version "2.17.10" 1 \version "2.17.11"
2 \header { 2 \header {
3 3
4 texidoc = "Tuplet numbers' outside staff priority can be 4 texidoc = "Tuplet numbers' outside staff priority can be
5 set." 5 set."
6 6
7 } 7 }
8 8
9 \relative c'' { 9 \relative c'' {
10 \override TupletBracket.avoid-scripts = ##f 10 \override TupletBracket.avoid-scripts = ##f
11 \tuplet 3/2 { a8\trill a\trill a\trill } 11 \tuplet 3/2 { a8\trill a\trill a\trill }
12 \override TupletNumber.outside-staff-priority = #1 12 \override TupletNumber.outside-staff-priority = #1
13 \tuplet 3/2 { a8\trill a\trill a\trill } 13 \tuplet 3/2 { a8\trill a\trill a\trill }
14 \override Script.outside-staff-priority = #2 14 \override Script.outside-staff-priority = #2
15 \tuplet 3/2 { a8\trill a\trill a\trill } 15 \tuplet 3/2 { a8\trill a\trill a\trill }
16 } 16 }
LEFTRIGHT

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