]> 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 0c1c5ce1951fd7ef37347ff3e023296433d4669d..ee748443da515082f413a9d926250f0b2f110281 100644 (file)
@@ -5,7 +5,7 @@ even after a switch, a tuplet ends correctly."
   
 }
 
-\version "2.17.11"
+\version "2.19.21"
 
 \new Staff <<
   \partcombine
@@ -14,6 +14,6 @@ even after a switch, a tuplet ends correctly."
     \tuplet 3/2 { g8[ g g] }
     \tuplet 3/2 { g[ g g] } g1
   }
-  \relative c'' { R1 g1 }
+  \relative { R1 g'1 }
 >>