]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-always.ly
more conversion for dash-change.
[lilypond.git] / input / test / bar-always.ly
index fa1d1f2c074aecae4e3707128038efe5e99704c7..97e763190b97f4b5e4499e624af7038896aa5c27 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.7.32"
 \header {
 
     texidoc = "@cindex Bars Always
@@ -14,6 +14,6 @@ By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted
                \set Score.barAlways = ##t
                \set Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
-       \layout{raggedright = ##t}
+       \layout{ragged-right = ##t}
 }