X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=98ececbffbf32020c92cedbeaf45f39c4222b696;hb=ecf2b5e9dcfa7654803fb0050d7127e0ec7fd934;hp=6aab3a2b80e493feb9c0121ae0c1227fae3604dd;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index 6aab3a2b80..98ececbffb 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "2.1.30" +\version "2.10.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 } - } - >> -}