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

Unified Diff: input/regression/tuplet-text-fraction-with-notes.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-text-different-numbers.ly ('k') | input/regression/tuplet-text-note-appended.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tuplet-text-fraction-with-notes.ly
diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly
index acf002a8960cdd4b9f6cc60d616c05e385e5efbf..9a63ebdf4574f42c28496d06aff9996ceb0d001f 100644
--- a/input/regression/tuplet-text-fraction-with-notes.ly
+++ b/input/regression/tuplet-text-fraction-with-notes.ly
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.11"
\header{
texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator."
}
@@ -6,7 +6,7 @@
\context Voice \relative c'' {
\once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8")
- \times 2/3 { c4. c4. c4. c4. }
+ \tuplet 3/2 { c4. c4. c4. c4. }
\once \override TupletNumber.text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
- \times 2/3 { c4. c4. c4. c4. }
+ \tuplet 3/2 { c4. c4. c4. c4. }
}
« no previous file with comments | « input/regression/tuplet-text-different-numbers.ly ('k') | input/regression/tuplet-text-note-appended.ly » ('j') | no next file with comments »

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