acciaccatura bug

Eman Mohseni <[email protected]> Mon, 25 May 2026 17:34:25 +0330
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <CADVQ7bSF2s1izTbQR-3LL_DfZcmcK8REJazubVcShp4yKVT8vw@mail.gmail.com>
% acciaccatura bug
% if used in at the beginning
% moves timeSignature and more...

\new PianoStaff {
  <<
    \new Staff \relative c'' {
      \acciaccatura b16
      c4
}

    \new Staff \relative c {
      \clef "bass"
      g4
}
  >>
}