On 24/11/2024 15:34, Walt North wrote:
Thank you. That is working great for a "slide into" function. How I'm
trying to create a "slide out of" function. I thought using
/afterGrace woiuld be the ticket.
In this case, you need to group the glissando as part of the first
argument of the afterGrace function, and \hideNotes as part of the 2nd
argument.
sloB =
#(define-music-function (sNotes eNotes) (ly:music? ly:music?)
#{
{
\afterGrace { $sNotes \glissando } { \once \hideNotes $eNotes }
}
#})
--
Timothy Lanfear, Bristol, UK.