X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=b63a866821934488bce73c644901d9f841f51c9c;hb=8522deaaf7844bcd4604ed61e6073d99feb1c518;hp=c5b69bbc6312174b517611e057ebf38688e1442e;hpb=3d47b0450c8c3e488a375b3d143460aec5bc1f3b;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index c5b69bbc63..b63a866821 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,17 +1,18 @@ -\version "1.7.23" +\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." } +\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 } - } - > -}