]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / markup-score.ly
index 00eb4075c15073395b8fb162ea41318092033b20..96fe2517046557d763e99d58a99f078a58f135ac 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.5.2"
+\version "2.14.0"
 
 tuning = \markup {
     \score {
@@ -11,7 +11,7 @@ tuning = \markup {
        } {
            \clef bass  <c, g, d g>1
        }
-       \layout { raggedright = ##t }
+       \layout { ragged-right = ##t }
     }
 }
 
@@ -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
 }