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

Side by Side Diff: input/regression/chord-repetition-times.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.16.0" 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 \times 2/3 { <c e g>4 q q } \times 2/3 { q q q } | 14 \tuplet 3/2 { <c e g>4 q q } \tuplet 3/2 { q q q } |
15 } 15 }
OLDNEW
« no previous file with comments | « input/regression/breathing-sign-ancient.ly ('k') | input/regression/completion-heads-tuplets.ly » ('j') | no next file with comments »

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