mchudy / NFugue

Music programming for .NET - a port of JFugue
Apache License 2.0
18 stars 8 forks source link

Chords are played independently in MusicXML conversion #7

Open JiaChen-Zeng opened 5 years ago

JiaChen-Zeng commented 5 years ago

In this score, the 2nd measure is converted to

L0 E4h. D4i C4i AMIN L4 A2w

AMIN and E4h. are not played at the same time. The correct one will be

L0 E4h.+AMIN D4i C4i L4 A2w

But even if the Staccato string is correct, the duration is wrong when playing. The duration of all notes in harmony will be the duration of the last one.