]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-always.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / bar-always.ly
index 5f851616e7660efe9cbdd52076f6582bc48e86e2..ed04916ddd9829b3700f72b1637fbd9dff631691 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 \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 }
-       \paper{raggedright = ##t}
+       \layout{raggedright = ##t}
 }