X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbar-always.ly;h=dd8050814d3432767fc97d3cf2a5c086dcb20945;hb=9fe45d908ae9312291d1d70629a0a9852d996718;hp=cf7bb08b78fa8848ce03e6aecda3329a0e7e48b3;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly index cf7bb08b78..dd8050814d 100644 --- a/input/test/bar-always.ly +++ b/input/test/bar-always.ly @@ -1,19 +1,19 @@ -\version "2.1.22" +\version "2.6.0" \header { texidoc = "@cindex Bars Always -By setting @code{barAlways} and @code{defaultBarType,} you can automatically insert barlines everywhere." +By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted automatically everywhere." } \score { - \notes \relative c''{ + \relative c''{ \set Score.barAlways = ##t \set Score.defaultBarType = ":|:" c4 c4 c4 c4 } - \paper{raggedright = ##t} + \layout{raggedright = ##t} }