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

Delta Between Two Patch Sets: input/regression/tuplet-bracket-cross-staff.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: Incorporate results of discussion with Ian 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
« no previous file with change/comment | « input/regression/tuplet-bracket-avoid-string-number.ly ('k') | input/regression/tuplet-bracket-direction.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \version "2.17.10" 1 \version "2.17.11"
2 2
3 \paper { 3 \paper {
4 ragged-right = ##t 4 ragged-right = ##t
5 } 5 }
6 6
7 \header { 7 \header {
8 texidoc = "Cross-staff tuplets are drawn correctly, 8 texidoc = "Cross-staff tuplets are drawn correctly,
9 even across multiple staves." 9 even across multiple staves."
10 } 10 }
11 11
(...skipping 14 matching lines...) Expand all
26 } 26 }
27 27
28 \score { 28 \score {
29 \new PianoStaff 29 \new PianoStaff
30 << 30 <<
31 \new Staff = "I" { s1 } 31 \new Staff = "I" { s1 }
32 \new Staff = "II" { \clef bass \voice } 32 \new Staff = "II" { \clef bass \voice }
33 \new Staff = "III" { \clef bass s1 } 33 \new Staff = "III" { \clef bass s1 }
34 >> 34 >>
35 } 35 }
LEFTRIGHT

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