lilypond-user
[Top][All Lists]
Advanced

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

Re: Glissando from e-flat to e


From: address@hidden
Subject: Re: Glissando from e-flat to e
Date: Sat, 22 Sep 2012 12:37:45 +0200

On 22 sept. 2012, at 12:33, TaoCG <address@hidden> wrote:

> I need to typeset a glissando from e-flat to e and I'd like it to look as if
> it'd go upward, right now the line is straight and not actually visible
> because it collides with the staff line.
> I suppose the property to edit is normalized-endpoints but changing it
> didn't seem to have any effect.
> 
> 

You need :
\override Glissando #'left-bound-info #'Y
and
\override Glissando #'right-bound-info #'Y

To use the precomputed values with a bit of an offset, you can override 
left-bound-info and right-bound-info without the Y, extract the Y info, play 
around with it to suit your fancy, and return a new alist containing the 
tweaked Y values.

Cheers,
MS


reply via email to

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