]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/autobeam-tuplet-recheck.ly
Doc-es: various updates.
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
index 024d467651b8ded9dbbe2a2f2846e01a7b036b8e..427edd7ec8f0c97ab2f814f5b14c8f76e603bee2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.34"
+\version "2.19.21"
 
 \header {
 
@@ -7,10 +7,10 @@ In the example, the first beat should be beamed completely together."
 
 }
 
-\relative c' {
+\relative {
   \time 2/4
-  c16 c
-  \times 2/3 { c8 c16 }
-  \times 2/3 { c8 c16 }
+  c'16 c
+  \tuplet 3/2 { c8 c16 }
+  \tuplet 3/2 { c8 c16 }
   c16 c
 }