lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A contribution (was Re: snippet to properly align dynamics with expr


From: Malte Meyn
Subject: Re: A contribution (was Re: snippet to properly align dynamics with expressive text)
Date: Sun, 9 Jul 2017 13:15:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1



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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]