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

Unified Diff: Documentation/snippets/changing-the-tuplet-number.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
Index: Documentation/snippets/changing-the-tuplet-number.ly
diff --git a/Documentation/snippets/changing-the-tuplet-number.ly b/Documentation/snippets/changing-the-tuplet-number.ly
index 5d4d8891066ccab518953da92a8a91ad4404f417..134be353103627a18d8e20bb95e060650c356857 100644
--- a/Documentation/snippets/changing-the-tuplet-number.ly
+++ b/Documentation/snippets/changing-the-tuplet-number.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.17.6"
+\version "2.17.11"
\header {
lsrtags = "rhythms"
@@ -21,10 +21,10 @@ be printed, or the tuplet number may be suppressed altogether.
\relative c'' {
- \times 2/3 { c8 c c }
- \times 2/3 { c8 c c }
+ \tuplet 3/2 { c8 c c }
+ \tuplet 3/2 { c8 c c }
\override TupletNumber.text = #tuplet-number::calc-fraction-text
- \times 2/3 { c8 c c }
+ \tuplet 3/2 { c8 c c }
\override TupletNumber.stencil = ##f
- \times 2/3 { c8 c c }
+ \tuplet 3/2 { c8 c c }
}

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