bug-lilypond
[Top][All Lists]
Advanced

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

strict-note-spacing, grace, and spacer cause programming error


From: Knute Snortum
Subject: strict-note-spacing, grace, and spacer cause programming error
Date: Tue, 22 Mar 2022 13:29:55 -0700

If you use strict-note-spacing (or strict-grace-spacing) with grace
notes that contain a spacer, a programming error is encountered.  Here
is a MWE:

%%%
\version "2.23.6"

\relative c'''' {
  g4
  \newSpacingSection
  \override Score.SpacingSpanner.strict-note-spacing = ##t
  \grace { e8[ d s16 b8 g e] } c4
}
%%%

The error message is,

programming error: Cannot determine neighbors for floating column

--
Knute Snortum



reply via email to

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