Minimum tie length not honored after a break
Knute Snortum <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CALmeJxSU0FAuhK1M3VzMYsUnuQVJAzDGGRUVBRgPxHoBqi8bkw@mail.gmail.com> |
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