2008/5/13 Kim Bastin :
> I find the kerning of dynamics unsatisfactory, indeed I'm not sure that it's
> happening at all. ff is spaced too wide, with visible daylight between the
> f's; mp is squashed too close together. These pairs are the worst; pp, sf,
> fz look okay.

Have you tried sp? I think that wins the game. :-) The s collides with
the p quite hard. I had to override it with:

sp = #(
 make-dynamic-script (
   markup #:line (
     #:dynamic "s"
     #:hspace -1
     #:dynamic "p"
)))

That's probably not very elegant but it's better than the default one.

-Risto


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to