]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-percent-kerning.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-percent-kerning.ly
index d9aafb8596867a37d1be9ca3e6fdd913bfc3b02f..601f310983f72c0fbcef19c1d855a33f54806b92 100644 (file)
@@ -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' }
   }
 >>