lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando to a nearby modified pitch doesn't always work inside a tr


From: David Nalesnik
Subject: Re: glissando to a nearby modified pitch doesn't always work inside a triplet
Date: Sat, 27 Dec 2014 14:57:32 -0600

Hi,

On Sat, Dec 27, 2014 at 2:41 PM, list_lilypond <address@hidden> wrote:


My guess is that there is not enough space between the two notes where
the glissando needs to be because the pitch modifier occupies so much
horizontal space that lilypond 'decides' that the lenght of the line
indicating the glissando isn't enough to be visible so that it would
be better to drop the glissando altogether.

Any hints how to get this triplet show the intended slide and pull off?


Yes, you need to override the 'minimum-length property.  The override of 'springs-and-rods is necessary for the new setting to take effect.

\override Glissando #'minimum-length = #5

\override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods

It looks like the first glissando is actually hidden by the staff line.

--David


reply via email to

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