bug-lilypond
[Top][All Lists]
Advanced

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

one-page-breaking algorithm and ragged-last-bottom error


From: Knute Snortum
Subject: one-page-breaking algorithm and ragged-last-bottom error
Date: Wed, 15 Jun 2022 16:41:56 -0700

Using one-page-breaking and ragged-last-bottom together produces a
fatal error.  I can see that these two properties don't make sense
together, but ragged-last-bottom should just be ignored or some
graceful warning issued.

\version "2.23.9"

\paper {
  ragged-last-bottom = ##f
  page-breaking = #ly:one-page-breaking
}

{ \repeat unfold 20 { c''4 4 4 4 } }

--
Knute Snortum



reply via email to

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