On Wed, 2020-08-26 at 19:51 +0200, Toine Schreurs wrote:
> > I want each line to go to the centre of the invisible notehead, so
> > that
> > I get a continuous line.  Of course, the first and last lines only
> > want
> > to be full-length at one end, because there is an actual notehead
> > at
> > the other.
> > 
> > How can I achieve this?
> 
> for the first line:
>   \override Glissando.bound-details.right.padding = #-1
> 
> for the intermediate lines:
>   \override Glissando.bound-details.right.padding = #-1
>   \override Glissando.bound-details.left.padding = #-1
> 
> for the last line:
>   \override Glissando.bound-details.left.padding = #-1
> 
> You did not give an example, so this is not tested.
> 
> Toine Schreurs

Thank you very much for that solution.

In fact, I found that setting these parameters to -1 still leaves a
small gap between successive lines.  The best value seems to be -1.4,
for some strange reason.

David


Reply via email to