X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=b63a866821934488bce73c644901d9f841f51c9c;hb=91723da7360b372904979b2d572f3f941ebbc924;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..b63a866821 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.16.0" \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 } - } - >> -}