]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
web: hotfix broken links in 2.17.95 announcement
[lilypond.git] / input / regression / markup-score.ly
index 8c686ec5ba51fc9007238b4144f245379c951963..ffac9f2e68998f67ec017088cc231a560b4cb3bc 100644 (file)
@@ -2,12 +2,12 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.12.0"
+\version "2.17.11"
 
 tuning = \markup {
     \score {
        \new Staff \with {
-           \remove Time_signature_engraver
+           \remove "Time_signature_engraver"
        } {
            \clef bass  <c, g, d g>1
        }
@@ -22,11 +22,11 @@ tuning = \markup {
     subsubtitle = \markup { "Originalstimmung:" \tuning }
 }
 
-\relative {
+\relative c'' {
     \time 4/8
-    \times 2/3 { c'8 d e } \times 2/3 {c d e}
-    \times 2/3 { c8 d e } \times 2/3 {c d e}
-    g8 a8 g8 a 
-    g8 a8 g8 a 
+    \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
 }