From 1bc75a09d13427f08b12cca1fad4473d80e1e8a0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 14 Nov 2007 18:06:28 -0800 Subject: [PATCH] Small change. --- Documentation/user/rhythms.itely | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index ca007944bb..fe32295108 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -278,15 +278,11 @@ note: \new RhythmicStaff { \set tupletFullLength = ##t \set tupletFullLengthNote = ##t - \time 4/4 - \times 4/5 { - c4 c1 - } - \set tupletFullLengthNote = ##f \time 2/4 - \times 2/3 { - c4 c c - } + \times 2/3 { c4 c c } + \set tupletFullLengthNote = ##f + \time 4/4 + \times 4/5 { c4 c1 } \time 3/4 c4 } -- 2.39.5