X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbar-always.ly;h=1ca36092ec756658b94a2a9d252bb2696732b713;hb=a067c17f1883996a25c866e6b86d387fc989cf68;hp=1c321467a377c76fcf443c47793432c129479c64;hpb=0457622c6668fb39c53d347edb82ad7bc15825ac;p=lilypond.git diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly index 1c321467a3..1ca36092ec 100644 --- a/input/test/bar-always.ly +++ b/input/test/bar-always.ly @@ -1,19 +1,19 @@ -\version "1.9.1" +\version "2.7.39" \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''{ - \property Score.barAlways = ##t - \property Score.defaultBarType = ":|:" + \relative c''{ + \set Score.barAlways = ##t + \set Score.defaultBarType = ":|:" c4 c4 c4 c4 } - \paper{raggedright = ##t} + \layout{ragged-right = ##t} }