X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=f0ce23f6f9544908d5e1e43b668e336bdc98823c;hb=d99aa3d1b8125a66138b5ffd7be359314d5a618a;hp=bc02137cd522daf8454c26f502c84073c6927d10;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index bc02137cd5..f0ce23f6f9 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "2.4.0" +\version "2.7.32" \header { -texidoc = "Percent repeats are not skipped, even when @code{skipBars} is set." + texidoc = "Percent repeats are not skipped, even when @code{skipBars} is set." } - \layout { raggedright= ##t } +\layout { ragged-right= ##t } + + +\context Staff << + \set Score.skipBars = ##t + { + \repeat "percent" 2 { g2 a g a } + } +>> -\score { - \context Staff << - \set Score.skipBars = ##t - { - \repeat "percent" 2 { g2 a g a } - } - >> -}