lilypond-user
[Top][All Lists]
Advanced

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

Completion engraver accidentals


From: Jon Arnold
Subject: Completion engraver accidentals
Date: Mon, 14 Sep 2020 11:43:11 -0400

Hi folks-

I'm using the completion engraver and completionUnit to split notes according to meter, but the cautionary accidentals and forced accidentals do not behave properly.

%%% example
\version "2.21.5"

\new Voice \with {
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
} {
  \set completionUnit = #(ly:make-moment 1/2)
  c'4 d'?2 c'2 d'!2 c'4
}
%%% example

Any recommendations on how to fix this? Is this a bug? Also, why is that first tie offset so much but the 2nd one looks great?

Thanks!

Jon

Attachment: completionAccidentals.png
Description: PNG image


reply via email to

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