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