X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=d4bc04545cbf22752af6f41aa9e0c911908e0265;hb=10811621a5b430dadb9202b7ba1093df91a2e5dd;hp=a1e559e4299d2f5f62e42cebf460e091ac605749;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index a1e559e429..d4bc04545c 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "2.2.0" +\version "2.12.0" \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." } - \paper { 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 - \notes { - \repeat "percent" 2 { g2 a g a } - } - >> -}