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

Delta Between Two Patch Sets: input/regression/completion-heads-tuplets.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/chord-repetition-times.ly ('k') | input/regression/completion-heads-unit.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 \header { 3 \header {
4 texidoc = " 4 texidoc = "
5 Completion heads may be used with tuplets (and compressed music) too. 5 Completion heads may be used with tuplets (and compressed music) too.
6 " 6 "
7 } 7 }
8 8
9 \layout { 9 \layout {
10 \context { 10 \context {
11 \Voice 11 \Voice
12 \remove "Note_heads_engraver" 12 \remove "Note_heads_engraver"
13 \consists "Completion_heads_engraver" 13 \consists "Completion_heads_engraver"
14 } 14 }
15 } 15 }
16 16
17 \context Staff \relative c'' { 17 \context Staff \relative c'' {
18 \tupletSpan 1 18 \tupletSpan 1
19 \tuplet 3/2 { g1 g g } 19 \tuplet 3/2 { g1 g g }
20 } 20 }
LEFTRIGHT

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