]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
* lily/parser.yy: Wrap non-post-events in EventChords before
[lilypond.git] / input / regression / markup-score.ly
index c5475a544e10c3163f7af02436d152c5490af687..d77dc3ec32a70677f287dc62e530a2fc54b8fdae 100644 (file)
@@ -2,7 +2,7 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.7.13"
+\version "2.7.39"
 
 tuning = \markup {
     \score {
@@ -11,7 +11,7 @@ tuning = \markup {
        } {
            \clef bass  <c, g, d g>1
        }
-       \layout { raggedright = ##t }
+       \layout { ragged-right = ##t }
     }
 }