X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbar-always.ly;h=2ae0adb7ec843dcd12c86789a109901d4274f46a;hb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;hp=4e0c64aacd1179bb17c5abf3425b29bc9068cc0f;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly index 4e0c64aacd..2ae0adb7ec 100644 --- a/input/test/bar-always.ly +++ b/input/test/bar-always.ly @@ -1,18 +1,18 @@ -\version "1.9.2" +\version "2.3.4" \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} }