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

Unified Diff: input/regression/tuplet-single-note.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-rest.ly ('k') | input/regression/tuplet-slope.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tuplet-single-note.ly
diff --git a/input/regression/tuplet-single-note.ly b/input/regression/tuplet-single-note.ly
index 56509d27afadd6c533db1bc098dffebfd1ebb189..322a4d635b76d0bac131aa8811cad9a66ad66d6e 100644
--- a/input/regression/tuplet-single-note.ly
+++ b/input/regression/tuplet-single-note.ly
@@ -4,14 +4,14 @@
texidoc = "Show tuplet numbers also on single-note tuplets (otherwise the timing would look messed up!), but don't show a bracket. Make sure that tuplets without any notes don't show any number, either."
}
-\version "2.16.0"
+\version "2.17.11"
\paper { ragged-right = ##t
indent = 0.0 }
\new Staff <<
\new Voice \relative c'' {
- \times 4/6 { c2.:8 } \times 2/3 { g4.:8 } \times 2/3 { a,4.:8 } \times 4/6 {} \bar"|."
+ \tuplet 6/4 { c2.:8 } \tuplet 3/2 { g4.:8 } \tuplet 3/2 { a,4.:8 } \tuplet 6/4 {} \bar"|."
}
>>
« no previous file with comments | « input/regression/tuplet-rest.ly ('k') | input/regression/tuplet-slope.ly » ('j') | no next file with comments »

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