]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/autobeam-tuplet-recheck.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / autobeam-tuplet-recheck.ly
index 024d467651b8ded9dbbe2a2f2846e01a7b036b8e..37a1361d9b5ba0e039c376625c1d5e410c3668b7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.34"
+\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
 }