Hairpin.to-barline broken?

Michael Scheer <[email protected]> Thu, 2 Jul 2026 12:09:56 +0200
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <[email protected]>
Hi Lilypond users,

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.

%%% BEGIN
\version "2.26.0"

Music = \relative c' {
  \override Hairpin.to-barline = ##t
  a4\< c e2\! | d4 4 4 4
}

\paper { ragged-right = ##f }

\score {
  \new Staff \Music
  \layout { }
}
%%% END

Best regards
Michael