X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-kerning.ly;h=601f310983f72c0fbcef19c1d855a33f54806b92;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=d9aafb8596867a37d1be9ca3e6fdd913bfc3b02f;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/repeat-percent-kerning.ly b/input/regression/repeat-percent-kerning.ly index d9aafb8596..601f310983 100644 --- a/input/regression/repeat-percent-kerning.ly +++ b/input/regression/repeat-percent-kerning.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.6" \header { texidoc = "The positioning of dots and slashes in percent repeat glyphs can be altered using @code{dot-negative-kern} and @@ -12,10 +12,10 @@ glyphs can be altered using @code{dot-negative-kern} and \repeat percent 2 { d'1 e' } } \new Staff { - \override PercentRepeat #'dot-negative-kern = #1.1 + \override PercentRepeat.dot-negative-kern = #1.1 \repeat percent 2 { c'1 } - \override DoublePercentRepeat #'dot-negative-kern = #0 - \override DoublePercentRepeat #'slash-negative-kern = #1 + \override DoublePercentRepeat.dot-negative-kern = #0 + \override DoublePercentRepeat.slash-negative-kern = #1 \repeat percent 2 { d'1 e' } } >>