]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / markup-score.ly
index 71860fb49fdb37ed3c1a55d88f4fe8db61dcdcf0..ffac9f2e68998f67ec017088cc231a560b4cb3bc 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.16.0"
+\version "2.17.11"
 
 tuning = \markup {
     \score {
@@ -24,8 +24,8 @@ tuning = \markup {
 
 \relative c'' {
     \time 4/8
-    \times 2/3 { c8 d e } \times 2/3 {c d e}
-    \times 2/3 { c8 d e } \times 2/3 {c d e}
+    \tuplet 3/2 { c8 d e } \tuplet 3/2 {c d e}
+    \tuplet 3/2 { c8 d e } \tuplet 3/2 {c d e}
     g8 a8 g8 a
     g8 a8 g8 a
 }