From: Graham Percival <graham@percival-music.ca>
Date: Thu, 15 Nov 2007 02:06:28 +0000 (-0800)
Subject: Small change.
X-Git-Tag: release/2.11.35-1~21
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1bc75a09d13427f08b12cca1fad4473d80e1e8a0;p=lilypond.git

Small change.
---

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 
 }