atsushieno / mugene-ng

Music Macro Language to MIDI 1.0 / 2.0 compiler
MIT License
8 stars 0 forks source link

compilation over multiple tracks causes unexpected extra duplicates #30

Closed atsushieno closed 10 months ago

atsushieno commented 10 months ago

From user feedback: compile the following MML snippet:

1 o7 l8
2 o5 l8
3 o3 l8

1-2,3 cdef g2
1,2-3 gfed c2

They should result in the same number of notes, but track 3 gets bloated like 3 o3 l8 cdef g2 cdef g2 gfed c2.