Thanks Knute,
I posted it in the bug-lilypond list - I'll forward that directly to you and
Carlos.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Sunday, September 19, 2021, 4:54:14 PM, Knute Snortum wrote:
> Do you know what you want to change the doc
Do you know what you want to change the documentation to? If you post
the verbiage and the list agrees, I can create a pull request for you.
--
Knute Snortum
On Sat, Sep 18, 2021 at 9:39 AM Peter Toye wrote:
>
> Hi Carlos
>
>
> I've had a similar problem, and I think the documentation for gli
Hi Peter,
We’re you able to solve it. I believe I used the glissando map but only from
one note to the other.
This is how I was told I can do it and it worked
\relative c''
{
\slashedGrace { a8 }
\once \set glissandoMap = #'((1 . 1))
2\(-\tweak #'style #'trill \glissando 8 16 \)
}|%m14
Hi Carlos
I've had a similar problem, and I think the documentation for glissandoMap is
a bit misleading as it seems to imply hat you need a gliss line for each note.
I've suggested a documentation patch to clarify.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
---
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-