Thanks Hans! As far as I know that's not a notation rule, but I agree that it makes more sense to use the trill + wavy line for tied notes. Anyways, I found a solution with the property bound-details.right.padding of TrillSpanner. \version "2.22.1" { \override Score.SpacingSpanner.spacing-increment = #3 \override TrillSpanner.bound-details.right.padding = #2 c'4 \startTrillSpan c'4 \startTrillSpan \revert TrillSpanner.bound-details.right.padding c'4 \startTrillSpan c'4 \stopTrillSpan }
Cheers, Martín. On abr. 29 2022, at 3:20 pm, Hans Åberg <haber...@telia.com> wrote: > > > On 29 Apr 2022, at 12:07, Martín Rincón Botero > > <martinrinconbot...@gmail.com> wrote: > > > > consider: > > > > \version "2.22.1" > > > > { > > d'2 > > \startTrillSpan > > b2 > > \startTrillSpan > > b1\stopTrillSpan > > } > > You might use \trill in these cases, as the trill symbol "tr" by itself > applies to the whole note it is written above, and it only. —The trill span > is only needed for slurred notes.