Re: acciaccatura bug
Paul Hodges <[email protected]> Mon, 25 May 2026 15:46:07 +0100
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
The oldest LilyPond bug! Workaround is to add hidden acciaccaturas in the other parts. Paul (PS, I sometimes wonder if this has not been fixed out of nostalgia...) From: Eman Mohseni <[email protected]>=20 To: <[email protected]>=20 Sent: 25/05/2026 15:04=20 Subject: acciaccatura bug=20 % acciaccatura bug=20 % if used in at the beginning=20 % moves timeSignature and more...=20 =20 \new PianoStaff {=20 =C2=A0<<=20 =C2=A0 =C2=A0\new Staff \relative c'' {=20 =C2=A0 =C2=A0 =C2=A0\acciaccatura b16=20 =C2=A0 =C2=A0 =C2=A0c4=20 }=20 =20 =C2=A0 =C2=A0\new Staff \relative c {=20 =C2=A0 =C2=A0 =C2=A0\clef "bass"=20 =C2=A0 =C2=A0 =C2=A0g4=20 }=20 =C2=A0>>=20 }=20 =