Hi Michael,
> No matter if ##t or ##f, the hairpin always ends at the e2 here. I doubt it is
> broken, there must be some misunderstanding by me.
“to-barline” means “trim-at-barline”, not “extend-to-barline”.
It will only affect hairpins that extend across a barline.
%%% BEGIN
\version "2.26.0"
\paper { ragged-right = ##f }
Music = \relative c' {
a4\< c e2 | d4\! 4 4 4
}
\score {
\new Staff \Music
}
\score {
\new Staff \with { \override Hairpin.to-barline = ##f } \Music
}
%%% FALSE
Hope that helps!
Kieren.
__________________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.