]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
Removes '-signs from vectors
[lilypond.git] / input / regression / markup-score.ly
index 8c686ec5ba51fc9007238b4144f245379c951963..71860fb49fdb37ed3c1a55d88f4fe8db61dcdcf0 100644 (file)
@@ -2,12 +2,12 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.12.0"
+\version "2.16.0"
 
 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 
+    \times 2/3 { c8 d e } \times 2/3 {c d e}
+    g8 a8 g8 a
+    g8 a8 g8 a
 }