Re: Forcing horizontal space between successive notes

2019-01-30 Thread Kieren MacMillan
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

Re: Forcing horizontal space between successive notes

2019-01-30 Thread David Sumbler
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

Re: Forcing horizontal space between successive notes

2019-01-29 Thread Kieren MacMillan
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,

Re: Forcing horizontal space between successive notes

2019-01-29 Thread Lukas-Fabian Moser
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