]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tup.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / tup.ly
index 649feb5d22d973310f817f3803602cd9c289444a..5485887a21a3dc51591da5d7fa4378aeaa3a1f03 100644 (file)
@@ -1,19 +1,34 @@
+\version "1.7.16"
 \header{
+    
 texidoc="
 Tuplets are indicated by a bracket with a number.  There should be no
-bracket if there is one beam that matches  the length of the tuplet.
+bracket if there is a beam exactly  matching  the length of the tuplet.
 The bracket does not interfere with the stafflines, and the number is
 centered in the gap in the bracket.
-";
+
+The bracket stops at the end of the stems, if the stems have the same
+direction as the
+
+
+"
+
 }
+
 \score{
        \notes \context Voice \relative c'' {
                 \times 2/3 { \times 2/3 { a8 b c}  c }
-                \times 3/4 { c4 c4 c4 c4 }
-                \time 6/8;
+                \times 2/3 { r8 [b f] }
+                \times 2/3 { r8 b r8 }
+                c4 |
+                
+                \times 3/4 { c4 c4 c4 c4 } c4 | 
+                
+                \time 6/8
                 \times 6/9 { c8 c c c c c c c c }
 
                 }
 }
 
-\version "1.3.117"; 
+
+%% new-chords-done %%