lilypond-user
[Top][All Lists]
Advanced

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

Re: Glissandos


From: Neil Puttock
Subject: Re: Glissandos
Date: Fri, 7 May 2010 22:52:16 +0100

On 7 May 2010 22:36, Ossie Wilson Snr <address@hidden> wrote:

> I tried this code from the Notation manual.
>
> \once \override Glissando #'(bound-details right Y) = #-2
>
> Which can be used to alter the left end by substituting left for right.

That just changes the angle of the line, so you'll still be left with a gap.

Try overriding 'padding instead:

\relative c' {
  \once \override Glissando #'(bound-details right padding) = 0
  c\glissando
  \hideNotes
  \once \override Glissando #'(bound-details left padding) = 0
  c'
  \glissando
  \unHideNotes
  c,
}

Cheers,
Neil




reply via email to

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