X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=80c7fb506b2d90e0db1ac24528e8978dd02790e1;hb=8864a7cc89abc6d910896aa4681e89fd71c5e4f1;hp=02ef608ddde3135763b351dfdf9a97506bfef73d;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index 02ef608ddd..80c7fb506b 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "2.1.22" +\version "2.14.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 << - \set Score.skipBars = ##t - \notes { - \repeat "percent" 2 { g2 a g a } - } - >> -}