Skip to content

musicxml2ly: Bar check only before first note

Jonas Hahnfeld requested to merge hahnjo/lilypond:5994-musicxml-chords into master

If there are multiple elements on measure position 0, do not emit multiple checks for the same bar, but only before the first note. This avoids breaking chords and fixes #5994 (closed), a regression caused by commit 21ea33e1 ("musicxml2ly: Emit bar checks for all voices").

This wasn't noticed because make check didn't compare the results from input/regression/{abc2ly,musicxml}, so fix that first.

Merge request reports