Le 08/06/2021 à 00:09, Molly Preston a écrit :
I don't want it through the end of the score. I just want it through the end of the next measure.
Sorry, I misunderstood the question. What is wrong with this?
\version "2.22.0"
\new Staff {
r2 r4 c'~\startTrillSpan |
c'1 \< |
d'1\f\stopTrillSpan |
}
Maybe what you want is to-barline?
\version "2.22.0"
\new Staff {
r2 r4 c'~\tweak to-barline ##t \startTrillSpan |
c'1 \< |
d'1\f\stopTrillSpan |
}
Best,
Jean
