On Mon, Feb 03, 2020 at 10:46:17PM +0000, Daniel Rosen wrote:
> In the example below, modifying DynamicText.X-offset in the Voice context 
> forces extra space to appear after the barline so that there's no collision, 
> but doing the same thing in a Dynamics context does not. Is there a way to 
> have the Dynamics context behave the way the Voice context does in this 
> regard?

I was able to get the Voice behaviour to imitate the Dynamics (the
opposite of what you wanted) by adding:
\override DynamicText.extra-spacing-width = #'(+inf.0 . -inf.0)
but nothing I tried could do the reverse. I don't know if this will put
you on the right track or not.

Kevin

Reply via email to