On Thu, Jan 1, 2026 at 10:54 AM David Nalesnik <[email protected]>
wrote:

>
>
> On Thu, Jan 1, 2026 at 8:24 AM [email protected] <
> [email protected]> wrote:
>
>> Hello everybody,
>>
>> I’m currently trying to write a section where I need a rit. line (using a
>> TextSpanner, as far as I know), this line is accompanied by a technique
>> that must also be specified whit a line (fltz. for various notes; but it
>> could be a trill line, for instance). Being new, I have been searching some
>> info about it, but I cannot find a solution. Does anyone have any idea on
>> how to accomplish this objective?
>>
>> Thank you in advance and happy new year,
>>
>
> Hi Juan,
>
> You might find some utility in the attached snippet.
>
> Happy New Year!
> David Nalesnik
>

So. with the code in my previous example, you'd write something like:

(I removed \xNote as there's no definition in your snippet.)

%%%%%%%%%%%%%%%%%%%%%

\relative c'' {
 \once \override TextSpanner.bound-details.left.text = \markup{\bold Rit.}

 \time 2/8

   b32-.\p \=1\startTextSpan r  des-.\pp c-. r
   \once\override TextSpanner.bound-details.left.text = "flt."
   \once \override TextSpanner.outside-staff-priority = 0 % force this
spanner to be lowest
   e:256\mf\<^\markup{fltz.}\=2\startTextSpan (ees:256 d:256 | %21

  \time 3/4

   \tuplet 6/4 {d16:128\f\> ges:128 aes,:128 f:128 c':128) r}
   a:128\mf\=2\stopTextSpan r des    \pp des d!8->
aes\harmonic\fermata\=1\stopTextSpan \bar "|." | %22
}

Reply via email to