I wrote myself a music function a while ago to simplify modifying the glissando 
end points when indicating slides on the guitar:

% modify glissando start and end points to indicate a left-hand finger slide
% between notes. Example:
%
%       \slide #3 #4 g4\glissando fis
%
slide = #(define-music-function (parser location padleft padright) (number? 
number?) #{
        \once \override Glissando #'bound-details #'left #'padding = #$padleft
        \once \override Glissando #'bound-details #'right #'padding = #$padright
#})

Nick

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On
> Behalf Of Valentin Villenave
> Sent: Friday, 20 March 2009 08:04
> To: Frédéric Bron
> Cc: [email protected]
> Subject: Re: no glissando between 16th notes
> 
> Le 19 mars 2009 21:21, Frédéric Bron <[email protected]> a écrit :
> > The following code produces no glissando between 16th notes (2.12.2):
> 
> > Why?
> 
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-
> internals/Glissando
> 
> Default padding is 1.5 staff spaces on the right and on the left. If
> the notes are closer than 3 spaces, no glissando is printed.
> 
> You may override the padding accordingly:
> 
>        \override  Glissando #'bound-details #'right #'padding = #0
>        \override  Glissando #'bound-details #'left #'padding = #0
> 
> 
> Regards,
> Valentin
> 
> 
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.0.238 / Virus Database: 270.11.19/2011 - Release Date:
> 03/19/09 07:05:00



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to