]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-tuplet-single.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / part-combine-tuplet-single.ly
index 37029bae091329fa9d8a86b540f4d2389f2c64d4..1cdd5009e73319210e603f7fde2ff12f36fa400d 100644 (file)
@@ -5,17 +5,17 @@
 
 \paper { ragged-right = ##T }
 
-\version "2.16.0"
+\version "2.17.11"
 
 \score {
   <<
     \new Staff {
       \partcombine
       \relative c'' {
-        \times 2/3 { d4 d d ~ } d2
+        \tuplet 3/2 { d4 d d ~ } d2
       }
       \relative c'' {
-        \times 2/3 { b4 a g ~ } g2
+        \tuplet 3/2 { b4 a g ~ } g2
       }
     }
   >>