On 24/11/2024 06:27, Walt North wrote:

I am working on a function to give myself a "slide into".

Although I am not entirely sure why, the solution seems to be to include the \glissando within the scope of the \grace command.

slideC =
#(define-music-function (sNotes eNotes) (ly:music? ly:music?)
   #{
     {
       \once \hideNotes \grace { $sNotes \glissando } $eNotes
     }
   #})


--
Timothy Lanfear, Bristol, UK.

Reply via email to