]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-tuplet-end.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-tuplet-end.ly
index a1636a7e6f1202546c70aa12856f122efb5c9b9f..ee748443da515082f413a9d926250f0b2f110281 100644 (file)
@@ -5,15 +5,15 @@ even after a switch, a tuplet ends correctly."
   
 }
 
-\version "2.16.0"
+\version "2.19.21"
 
 \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 }
+  \relative { R1 g'1 }
 >>