]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-tuplet-end.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / part-combine-tuplet-end.ly
index a1636a7e6f1202546c70aa12856f122efb5c9b9f..0c1c5ce1951fd7ef37347ff3e023296433d4669d 100644 (file)
@@ -5,14 +5,14 @@ even after a switch, a tuplet ends correctly."
   
 }
 
-\version "2.16.0"
+\version "2.17.11"
 
 \new Staff <<
   \partcombine
   \relative c'' {
     r2
-    \times 2/3 { g8[ g g] }
-    \times 2/3 { g[ g g] } g1
+    \tuplet 3/2 { g8[ g g] }
+    \tuplet 3/2 { g[ g g] } g1
   }
   \relative c'' { R1 g1 }
 >>