X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=98ececbffbf32020c92cedbeaf45f39c4222b696;hb=ca072998aad5b2d4ffea2b371d0a382082f330e5;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..98ececbffb 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,16 +1,18 @@ +\version "2.10.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 } + } +>> +