On 7 May 2010 22:36, Ossie Wilson Snr <os...@exemail.com.au> 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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user