Am 09.07.2017 um 12:50 schrieb Richard Shann:
Thanks - here is such a small patch then. It fixes the centering of
isolated accidentals and digits on whole notes which is currently too
far to the left.

From your patch:

+ (if (and (eqv? 0 (ly:duration-log (ly:event-property event 'duration))) (markup? fig-markup))

Shouldn’t you consider negative duration logs (\breve and longer notes) too, i. e. “>=” instead of “eqv?”?

(if (and (>= 0 (ly:duration-log (ly:event-property event 'duration))) (markup? fig-markup))

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to