X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbar-always.ly;h=1ca36092ec756658b94a2a9d252bb2696732b713;hb=79f33832c09ed0f97746201fd6a078596642ec60;hp=e80da0daa4e893928ff991611a65d67151a5ca8c;hpb=38bf0bef16bc2bd839f9dc488b472925eb85600a;p=lilypond.git diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly index e80da0daa4..1ca36092ec 100644 --- a/input/test/bar-always.ly +++ b/input/test/bar-always.ly @@ -1,17 +1,19 @@ -\version "1.7.18" + +\version "2.7.39" \header { texidoc = "@cindex Bars Always -By setting barAlways and defaultBarType, you can -automatically insert barlines everywhere. -" } + +By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted automatically everywhere." + +} \score { - \notes { - \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} } -%% new-chords-done %% +