bug report

Peter Kölcze <[email protected]> Sat, 20 Jun 2026 20:27:56 +0200
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------J3ZaskPLbzPfOdMq3K00164B
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

\version "2.24.4"

% \time 1/4 in left and right hand: 1/4 before and after the grace notes.
% \time 1/4 only in the right hand: 4/4 before the grace notes, 1/4 
after the grace notes.
% \time 1/4 only in the left hand: ok, 1/4 before the grace notes.
rh = \relative c'' {
   \time 1/4
   c4
}
lh = \relative c' {
   \time 1/4
   \grace {c16 d} c4
}
\score {
   \new PianoStaff
   <<
     \new Staff = "rh" \rh
     \new Staff = "lh" \lh
   >>
}

--------------J3ZaskPLbzPfOdMq3K00164B
Content-Type: application/x-frescobaldi-ly; name="bug.ly"
Content-Disposition: attachment; filename="bug.ly"
Content-Transfer-Encoding: base64

XHZlcnNpb24gIjIuMjQuNCINCg0KJSBcdGltZSAxLzQgaW4gbGVmdCBhbmQgcmlnaHQgaGFu
ZDogMS80IGJlZm9yZSBhbmQgYWZ0ZXIgdGhlIGdyYWNlIG5vdGVzLg0KJSBcdGltZSAxLzQg
b25seSBpbiB0aGUgcmlnaHQgaGFuZDogNC80IGJlZm9yZSB0aGUgZ3JhY2Ugbm90ZXMsIDEv
NCBhZnRlciB0aGUgZ3JhY2Ugbm90ZXMuDQolIFx0aW1lIDEvNCBvbmx5IGluIHRoZSBsZWZ0
IGhhbmQ6IG9rLCAxLzQgYmVmb3JlIHRoZSBncmFjZSBub3Rlcy4NCnJoID0gXHJlbGF0aXZl
IGMnJyB7DQogIFx0aW1lIDEvNA0KICBjNA0KfQ0KbGggPSBccmVsYXRpdmUgYycgew0KICBc
dGltZSAxLzQNCiAgXGdyYWNlIHtjMTYgZH0gYzQNCn0NClxzY29yZSB7DQogIFxuZXcgUGlh
bm9TdGFmZg0KICA8PA0KICAgIFxuZXcgU3RhZmYgPSAicmgiIFxyaA0KICAgIFxuZXcgU3Rh
ZmYgPSAibGgiIFxsaA0KICA+Pg0KfQ0K

--------------J3ZaskPLbzPfOdMq3K00164B--