X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-skipbars.ly;h=bc02137cd522daf8454c26f502c84073c6927d10;hb=ca0f6dc1be50792ed4cfaaefc422a1332c01f7f9;hp=530020e1b461e4a5ecf05820ef164491a9bdae9f;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/repeat-percent-skipbars.ly b/input/regression/repeat-percent-skipbars.ly index 530020e1b4..bc02137cd5 100644 --- a/input/regression/repeat-percent-skipbars.ly +++ b/input/regression/repeat-percent-skipbars.ly @@ -1,18 +1,18 @@ -\version "1.9.1" +\version "2.4.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 { raggedright= ##t } \score { - \context Staff < - \property Score.skipBars = ##t - \notes { + \context Staff << + \set Score.skipBars = ##t + { \repeat "percent" 2 { g2 a g a } } - > + >> }