X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=5668d1333840ba47467a2705baec9c587a4bb789;hb=9b79b0f4972f7ac809cdaddaa7c01ea549a781b4;hp=eeb2066c1b16bfd62448b8fda8284097c193a101;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index eeb2066c1b..5668d13338 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "2.1.7" +\version "2.7.39" \header { -texidoc = "Percent repeats are not skipped, even when skipBars is set. " + texidoc = "Percent repeats are not skipped, even when @code{skipBars} is set." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } + + +\context Staff << + \set Score.skipBars = ##t + { + \repeat "percent" 2 { g2 a g a } + } +>> -\score { - \context Staff << - \property Score.skipBars = ##t - \notes { - \repeat "percent" 2 { g2 a g a } - } - >> -}