> Le 15 févr. 2023 à 20:31, Calvin Ransom <cal...@ransom.vip> a écrit :
> 
> 
> 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
> }
> }
> %%%%%%%%%%%%%
> 


Use the X-attachment and Y-attachment properties. I’m not at a computer, but 
their documentation is here: 
https://lilypond.org/doc/v2.24/Documentation/internals/balloon_002dinterface

Something like

\once \override Score.Footnote.X-attachment = 0

should get you going.

Reply via email to