X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=98ececbffbf32020c92cedbeaf45f39c4222b696;hb=157d98c1870868bf59c1691577444e3c3d533bc4;hp=39967e90afef3a1c70ea6fc06152806da680454c;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index 39967e90af..98ececbffb 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "2.3.22" +\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." } - \layout { 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 - { - \repeat "percent" 2 { g2 a g a } - } - >> -}