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

Delta Between Two Patch Sets: input/regression/chord-repetition-times.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
« no previous file with change/comment | « input/regression/breathing-sign-ancient.ly ('k') | input/regression/completion-heads-tuplets.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 3
4 \header { 4 \header {
5 texidoc = " 5 texidoc = "
6 Chord repetitions are expanded late in the processing order and get 6 Chord repetitions are expanded late in the processing order and get
7 their note events only then. Check that @code{\\times} still works 7 their note events only then. Check that @code{\\times} still works
8 correctly on them. 8 correctly on them.
9 " 9 "
10 } 10 }
11 11
12 \relative c' { 12 \relative c' {
13 <c e g>4 r <c e g>2 ~ | 13 <c e g>4 r <c e g>2 ~ |
14 \tuplet 3/2 { <c e g>4 q q } \tuplet 3/2 { q q q } | 14 \tuplet 3/2 { <c e g>4 q q } \tuplet 3/2 { q q q } |
15 } 15 }
LEFTRIGHT

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