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