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

Side by Side Diff: input/regression/tuplet-bracket-cross-staff.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
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:
View unified diff | Download patch
OLDNEW
1 \version "2.17.6" 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
12 \layout { 12 \layout {
13 \context { 13 \context {
14 \Score 14 \Score
15 \override TupletBracket.bracket-visibility = ##t 15 \override TupletBracket.bracket-visibility = ##t
16 } 16 }
17 } 17 }
18 18
19 voice = { 19 voice = {
20 \times 2/3 { b8 \change Staff=I c' d' } 20 \tuplet 3/2 { b8 \change Staff=I c' d' }
21 \times 2/3 { d' c' \change Staff=II b } 21 \tuplet 3/2 { d' c' \change Staff=II b }
22 \times 2/3 { \change Staff=III c, 22 \tuplet 3/2 { \change Staff=III c,
23 \change Staff=II b 23 \change Staff=II b
24 \change Staff=I c' } 24 \change Staff=I c' }
25 \times 2/3 { c'[ \change Staff=II b] c } 25 \tuplet 3/2 { c'[ \change Staff=II b] c }
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 }
OLDNEW
« no previous file with comments | « input/regression/tuplet-bracket-avoid-string-number.ly ('k') | input/regression/tuplet-bracket-direction.ly » ('j') | no next file with comments »

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