Consider the following snippet:

%%%

\version "2.25.10"

\paper {
  ragged-right = ##t
}

\layout {
  \context {
    \Voice
    \override Tie.minimum-length = 5
  }
}

\relative {
  <e ais e'>1~ | \break
  q4 r4 r2 |
}
%%%

The minimum tie length is not honored after the break in the ais note of
the chord.

This may be related to issue:

https://gitlab.com/lilypond/lilypond/-/issues/4279

--
Knute Snortum

Reply via email to