Hello everyone, I am trying to attach a footnote to the center of a glissando as pictured below. Does anyone know how to do this? I have tried following the directions for attaching it to a grob (NR 3.3.4)
Here is my snippet:
%%%%%%%%%%%%%%%%%
\version "2.22.2"
\score {
\relative c' {
\footnote #'(0 . 4 ) "This should be centered on the glissando" Glissando
a2 \glissando
a'2
\break
R1
}
}
%%%%%%%%%%%%%
[An Ink Drawing]
