Many thanks, Jean.
I kinda knew there would be a simple solution, but I had trouble finding “TrillSpanner.” Is there a way of finding out about the various objects and their names? ..m. > On 16 Jun 2023, at 18:39, Jean Abou Samra <j...@abou-samra.fr> wrote: > > Le vendredi 16 juin 2023 à 17:54 +1000, Mark Probert a écrit : >> Hi. >> According to the manual "A hairpin ending on a downbeat will stop at the >> preceding barline." By default, I've found this to be true of >> \startTrillSpan \stopTrillSpan as well. >> With hairpins there is an override (Hairpin.to-barline) that allows for the >> final note to be included. Does there exist such a feature for trills? >> In the example note how the trill and the hairpin don't match. I am clearly >> missing something... > The method is the same: > \version "2.24" > > tune = \relative c'' { > \clef treble > \time 4/4 > \override Hairpin.to-barline = ##f > \override TrillSpanner.to-barline = ##f > > g1\startTrillSpan_\< | g1 | g1\stopTrillSpan\! | > } > \score { > << > \new Staff \tune > >> > } > > Best, > Jean