]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / markup-score.ly
index 00eb4075c15073395b8fb162ea41318092033b20..77b780b077b694e1a1bf3e186b7762449c1f87f4 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.5.2"
+\version "2.10.0"
 
 tuning = \markup {
     \score {
@@ -11,7 +11,7 @@ tuning = \markup {
        } {
            \clef bass  <c, g, d g>1
        }
-       \layout { raggedright = ##t }
+       \layout { ragged-right = ##t }
     }
 }