lilypond-user
[Top][All Lists]
Advanced

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

RE: no glissando between 16th notes


From: Nick Payne
Subject: RE: no glissando between 16th notes
Date: Fri, 20 Mar 2009 08:56:54 +1100

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: address@hidden
> [mailto:address@hidden On
> Behalf Of Valentin Villenave
> Sent: Friday, 20 March 2009 08:04
> To: Frédéric Bron
> Cc: address@hidden
> Subject: Re: no glissando between 16th notes
> 
> Le 19 mars 2009 21:21, Frédéric Bron <address@hidden> 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
> address@hidden
> 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





reply via email to

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