Hi David,
> I was not aware that extra-spacing-width could be used in this way.
It’s a bit hacky — I would love a Spacer grob "full citizen" to work with — but
it does the job.
> I note that the first (left) parameter doesn't seem to do very much
Perhaps counterintuitively, you need to use neg
Wow! Two lovely solutions to my little query - both much better and
neater than my adjusting the spacing of notes by using invisible
meaningless markups with \textLengthOn.
-Original Message-
From: Lukas-Fabian Moser
Date: Tue, 29 Jan 2019 20:15:48 +0100
> > How can one force additional
Hi David,
> How can one force additional space between 2 successive musical moments
> in a score, without affecting the spacing algorithm to the left and right?
{
c'4 \tweak extra-spacing-width #'(0 . 4) 4 4 4
}
??
Hope that helps!
Kieren.
Kieren MacMillan,
Hi David,
I have various clunky workarounds for this problem, but I am still
wondering whether there isn't a neater way.
How can one force additional space between 2 successive musical moments
in a score, without affecting the spacing algorithm to the left and
right? This is occasionally desira