lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving glissando ends


From: David Sumbler
Subject: Re: Moving glissando ends
Date: Wed, 26 Aug 2020 21:34:14 +0100

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

[Prev in Thread] Current Thread [Next in Thread]