]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
MusicXML: For notes/rests w/o type, use <duration> to calculate proper length
[lilypond.git] / input / regression / markup-score.ly
index 64998db3d4725b4a4396c56f305a4a03d1efa238..ba8d05638218934ec7a6200bb28257ecab156e81 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.3.8"
+\version "2.11.51"
 
 tuning = \markup {
     \score {
@@ -11,7 +11,7 @@ tuning = \markup {
        } {
            \clef bass  <c, g, d g>1
        }
-       \paper { raggedright = ##t }
+       \layout { ragged-right = ##t }
     }
 }
 
@@ -19,7 +19,7 @@ tuning = \markup {
 \header {
     title = "Solo Cello Suites"
     subtitle = "Suite IV"
-    subsubtitle = \markup { \fill-line < { "Originalstimmung: " \tuning } > }
+    subsubtitle = \markup { "Originalstimmung:" \tuning }
 }
 
 \relative {