lilypond-user
[Top][All Lists]
Advanced

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

Unexpected placement of accidental


From: Ahanu Banerjee
Subject: Unexpected placement of accidental
Date: Thu, 5 Jan 2023 01:26:56 -0500

Hello,

Please see the example below. I tried running it in 2.22 and 2.23 as well, and got the same result. Am I missing an obvious reason that the c-natural accidental is placed so far to the left?

\version "2.24.0"
\language "english"
\relative { 
  \clef bass
  \key a \major
  % unexpected placement of "c-natural" accidental
  <f, c' a' f'> s4*3
  % expected placement shown here
  \break <f c' a' c>
}

Thanks,
-Ahanu

reply via email to

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