X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-kerning.ly;h=601f310983f72c0fbcef19c1d855a33f54806b92;hb=99ce5fc4bd1169e8fa33855b3a13bc68f08fbe0b;hp=530fb1ab0fa79c5778785d7688c7c3e16d23198c;hpb=b6b251afb3d68e32df8b84274f28c864ecd2beff;p=lilypond.git diff --git a/input/regression/repeat-percent-kerning.ly b/input/regression/repeat-percent-kerning.ly index 530fb1ab0f..601f310983 100644 --- a/input/regression/repeat-percent-kerning.ly +++ b/input/regression/repeat-percent-kerning.ly @@ -1,4 +1,4 @@ -\version "2.11.65" +\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' } } >>