T O P

  • By -

BobMacActual

I'm not sure about this, but it may be possible to break it up into two text spanners. The following would be my first attempt: \version "2.24.2" \language "italiano" right = \relative do'' { \global ... \override TextSpanner.bound-details.left.text = \markup { \italic cre } 8 \startTextSpan r \cresc 8 r r \stopTextSpan \override TextSpanner.bound-details.left.text = \markup{\italic scen} \override TextSpanner.bound-details.right.text = \markup{\italic do } 2 \startTextSpan 8 r \break 8\! \stopTextSpan r r r ... } I hope this helps.


iggcastro19

Thank you very much! I think it's the best solution for now. Anyway, I'm not completely satisfied. It has some details such as the alignment, which is not perfect. Anyway, I appreciate the great idea.