lilypond-user
[Top][All Lists]
Advanced

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

Re: Gissando


From: Leo Correia de Verdier
Subject: Re: Gissando
Date: Tue, 14 Sep 2021 22:51:36 +0200

If you do not want glissando lines on all notes in a chord in order you’ll need 
to set a glissandoMap, like

\version "2.22.1"
\relative c'' {
\time 3/4 
\slashedGrace {a8} 
\once \set glissandoMap = #'((1 . 1)) 
<a fis'>2 \glissando <a a'>8 <a b'>16 <a a'> }

It is explained in a little more detail here: 
https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-as-lines



> 14 sep. 2021 kl. 22:31 skrev Carlos Martinez <carlos@newsoundmusicstudio.com>:
> 
> I need to show the glissando from the a to a not both notes? Can I take one 
> of the glissandos off?
> 
> 
> 
> Glissando
> 
> \slashedGrace {a8} <a fis'>2 \glissando <a a'>8 <a b'>16 <a a'> 




reply via email to

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