From 0f2c55e6edd62c696122fac39d71bf84b96bc8b9 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 12 Nov 2008 23:00:47 +0100 Subject: [PATCH] MusicXML: Add regtest for elements between the individual notes of a chord This is currently broken in musicxml2ly: The elements are always placed after the note or assigned to the next following note, respectively :( --- .../musicxml/01f-Chord-ElementInBetween.xml | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 input/regression/musicxml/01f-Chord-ElementInBetween.xml diff --git a/input/regression/musicxml/01f-Chord-ElementInBetween.xml b/input/regression/musicxml/01f-Chord-ElementInBetween.xml new file mode 100644 index 0000000000..d7c21851d6 --- /dev/null +++ b/input/regression/musicxml/01f-Chord-ElementInBetween.xml @@ -0,0 +1,84 @@ + + + + Elements between notes of a chord + + + Chord test + + 0 + + + 1 + 1 + + + + + + + 960 + + + G + 2 + + + + + A + 4 + + 960 + 1 + quarter + + + + + + + + + + F + 4 + 1 + + 960 + 1 + quarter + + + +

+ + + + + + D + 4 + + 960 + 1 + quarter + + + + 960 + 1 + quarter + + + + 1920 + 1 + half + + + + -- 2.39.5