On 24/11/2024 06:27, Walt North wrote:
Although I am not entirely sure why, the solution seems to be to include the \glissando within the scope of the \grace command.I am working on a function to give myself a "slide into".
slideC =
#(define-music-function (sNotes eNotes) (ly:music? ly:music?)
#{
{
\once \hideNotes \grace { $sNotes \glissando } $eNotes
}
#})
--
Timothy Lanfear, Bristol, UK.
