X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=b63a866821934488bce73c644901d9f841f51c9c;hb=ee0ef98a35634718033d505deb8a355e05513d6a;hp=0ecf39697c85eae431ce3b9d14fe185653db570c;hpb=0a84151a3709fcf51b4b77f0e7e991db1a47eafc;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index 0ecf39697c..b63a866821 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,16 +1,18 @@ +\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 } -\include "paper20.ly" -\score { - \context Staff < - \property Score.skipBars = ##t - \notes { - \repeat "percent" 2 { g2 a g a } - } - > -} +\context Staff << + \set Score.skipBars = ##t + { + \repeat "percent" 2 { g2 a g a } + } +>> +