Hi,

On Sat, Dec 27, 2014 at 2:41 PM, list_lilypond <list_lilyp...@infopower.nl>
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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to