> This fails in 2.24.1 with messages about mid-measure time signature > change and failed barcheck: > > \include "articulate.ly" > \articulate > { > \time 4/4 > c'1 | > \time 3/2 > \grace d'8 c'1. | > } > > Succeeds if \articulate is not used. I can work around it by > tagging MIDI and non-MIDI versions of the music, with the time > signature change moved somewhere else in the MIDI version, but this > becomes complicated given that my actual score has eight parallel > variables at the point where it bites, all of which will need > alternate versions.
Please check the looong list of bugs related to `\articulate` whether it has already been reported. https://gitlab.com/lilypond/lilypond/-/issues/?sort=created_asc&state=opened&search=articulate&first_page_size=100 Werner