bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minimum tie length not honored after a break


From: Knute Snortum
Subject: Minimum tie length not honored after a break
Date: Fri, 8 Dec 2023 16:06:58 -0800

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

[Prev in Thread] Current Thread [Next in Thread]