Subject line so it is more specific
>> than "Re: Contents of lilypond-user digest..."
>> Today's Topics:
>> 1. Re: Slashed grace notes (Thomas Morley)
>> 2. Having problems with phrasing and ties combined (Carlos Martinez)
>> 3. Re: Having proble
inez)
>3. Re: Having problems with phrasing and ties combined (Brian Barker)
>4. midi sound quality help needed (Kenneth Wolcott)
>5. hairpins (Carlos Martinez)
>6. Gissando (Carlos Martinez)
>7. Re: Having problems with phrasing and ties combined
> (Leo Corre
Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
>
>
>
>
> Today's Topics:
>
>
>1. Re: Slashed grace notes (Thomas Morley)
>2. Having problems with phrasing and ties combined (Carlos Martinez)
>
er)
> 4. midi sound quality help needed (Kenneth Wolcott)
> 5. hairpins (Carlos Martinez)
> 6. Gissando (Carlos Martinez)
> 7. Re: Having problems with phrasing and ties combined
> (Leo Correia de Verdier)
> -
You guys are the best! Thanks!!!
That worked!
> On Sep 14, 2021, at 15:39, Jean Abou Samra wrote:
>
> {
> \slashedGrace { a8 }
> \once \set glissandoMap = #'((0 . 0))
> 2\glissando 8 16
> }
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))
2 \glissando 8 16 }
It is explained in a little more detail here:
https://lilypond
Le 14/09/2021 à 22:31, Carlos Martinez a écrit :
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} 2 \glissando 8 16
Use glissandoMap as explained at
lilypond.org/doc/v2.21/Documentation/notation/expressive-marks-
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} 2 \glissando 8 16