3 texidoc = "The positioning of dots and slashes in percent repeat
4 glyphs can be altered using @code{dot-negative-kern} and
5 @code{slash-negative-kern}."
10 \set Staff.instrumentName = #"(default)"
11 \repeat percent 2 { c'1 }
12 \repeat percent 2 { d'1 e' }
15 \override PercentRepeat #'dot-negative-kern = #1.1
16 \repeat percent 2 { c'1 }
17 \override DoublePercentRepeat #'dot-negative-kern = #0
18 \override DoublePercentRepeat #'slash-negative-kern = #1
19 \repeat percent 2 { d'1 e' }