]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/autobeam-tuplet-recheck.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
index fbd81b8ec236ac794ab3c9b7a7e33283212ddfbf..37a1361d9b5ba0e039c376625c1d5e410c3668b7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
 
@@ -10,7 +10,7 @@ In the example, the first beat should be beamed completely together."
 \relative c' {
   \time 2/4
   c16 c
-  \times 2/3 { c8 c16 }
-  \times 2/3 { c8 c16 }
+  \tuplet 3/2 { c8 c16 }
+  \tuplet 3/2 { c8 c16 }
   c16 c
 }