lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics placement


From: Graham King
Subject: Re: Dynamics placement
Date: Wed, 23 Mar 2016 11:14:49 +0000

On Tue, 2016-03-22 at 22:18 -0400, Kieren MacMillan wrote:
Hi Graham,

> The unwelcome spacing between the 4th and 5th notes goes away if one:

… uses

mpdolce = -\tweak X-extent #empty-interval #(make-dynamic-atr-script "mp" "dolce”)

Thanks Kieran,
that's very helpful.  I've added

     (ly:music-set-property! dynamic 'tweaks (acons 'X-extent 0 (ly:music-property dynamic 'tweaks)))

in the appropriate place in the snippet.  I noted some fiddling with X-extent in one of the snippets, but didn't understand it, and got a bit confused by thinking that it was already set to zero (well, negative infinity) according to the discussion of grob sizing in the Learning Manual (section 4.4.3).

all the best
-- Graham
reply via email to

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