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

Unified Diff: input/regression/tuplet-full-length.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
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « input/regression/tuplet-broken.ly ('k') | input/regression/tuplet-full-length-extent.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tuplet-full-length.ly
diff --git a/input/regression/tuplet-full-length.ly b/input/regression/tuplet-full-length.ly
index ac161cdfda87dc641ea12952a99d57d72e89b1b5..28c1c8f32571d06199fe7106cb719eac16cc540f 100644
--- a/input/regression/tuplet-full-length.ly
+++ b/input/regression/tuplet-full-length.ly
@@ -5,7 +5,7 @@
start of the next non-tuplet note. "
}
-\version "2.17.6"
+\version "2.17.11"
\paper { ragged-right = ##t
indent = 0.0 }
@@ -17,12 +17,12 @@ indent = 0.0 }
{
\set tupletFullLength = ##t
c4
- \times 2/3 { c8[ c c] }
- \times 2/3 { c8[ c \bar "-" \break c] }
- << \times 2/3 { c8[ c c] }
+ \tuplet 3/2 { c8[ c c] }
+ \tuplet 3/2 { c8[ c \bar "-" \break c] }
+ << \tuplet 3/2 { c8[ c c] }
{ s4*5/6 \bar "-" \break } >>
c4
- \times 2/3 { c8[ c c] }
+ \tuplet 3/2 { c8[ c c] }
\bar "|." \key c\minor
}
« no previous file with comments | « input/regression/tuplet-broken.ly ('k') | input/regression/tuplet-full-length-extent.ly » ('j') | no next file with comments »

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