]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / markup-score.ly
index 29694cd53056800707c42b249646cc4b99a2ff3f..766149d6c6ccde21aab54ab06d6084e3859fce1f 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.4.0"
+\version "2.16.0"
 
 tuning = \markup {
     \score {
@@ -11,7 +11,7 @@ tuning = \markup {
        } {
            \clef bass  <c, g, d g>1
        }
-       \layout { raggedright = ##t }
+       \layout { ragged-right = ##t }
     }
 }
 
@@ -19,14 +19,14 @@ tuning = \markup {
 \header {
     title = "Solo Cello Suites"
     subtitle = "Suite IV"
-    subsubtitle = \markup { \fill-line < { "Originalstimmung: " \tuning } > }
+    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
 }