]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small change.
authorGraham Percival <graham@percival-music.ca>
Thu, 15 Nov 2007 02:06:28 +0000 (18:06 -0800)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 16 Nov 2007 19:19:26 +0000 (20:19 +0100)
Documentation/user/rhythms.itely

index ca007944bb6b9f63c3559d3d5db885b28154abff..fe32295108b0f2f0fe083853ce0e3618fa9b099c 100644 (file)
@@ -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 
 }