opposite of shortest-duration-space

2021-12-01 Thread Paul Scott
In Notation 1.3.2 Falls and Doits there is: \override Score.SpacingSpanner.shortest-duration-space = #4.0 Is there a way to make the width of \bendAfter less? TIA, Paul

Re: opposite of shortest-duration-space

2021-12-01 Thread Paul Scott
Oops: 2.23.5 On 12/1/21 11:07 AM, Paul Scott wrote: In Notation 1.3.2 Falls and Doits there is: \override Score.SpacingSpanner.shortest-duration-space = #4.0 Is there a way to make the width of \bendAfter less? TIA, Paul

Re: opposite of shortest-duration-space

2021-12-01 Thread Dimitris Marinakis
I think bendAfter has a lot of issues with spacing and collisions. You can easily customise a glissando though to take advantage of its more robust functionality. Here's a basic attempt. Currently it has a fixed path shape but someone better in Scheme can help to make this more flexible. #(define

Re: opposite of shortest-duration-space

2021-12-03 Thread Paul Scott
Thank you for your reply. \bendAfter doesn't require a termination.  I now know an easy solution for unterminated glissandos but I see no reason to reinvent the curves already built into \bendAfter. I probably could look at the \bendAfter code and figure out how to get what I want.  I just t

Re: opposite of shortest-duration-space

2021-12-03 Thread Dimitris Marinakis
https://github.com/lilypond/lilypond/blob/817d656cecb0f899ff6e7d1b5e900a5517c31f69/scm/define-grobs.scm I believe here is the relevant code (Bend Spanner). I can see a padding setting. If you increase the padding and adjust the extra-offset it may work. { \override Score.SpacingSpanner.shortest-du