MarcTheSpark / pymusicxml

A simple Python library for creating MusicXML files in a musically logical way [MIRROR of https://git.sr.ht/~marcevanstein/pymusicxml]
http://scamp.marcevanstein.com/pymusicxml.html
GNU General Public License v3.0
26 stars 8 forks source link

how to add chord of notes with different durations #5

Open breadbread1984 opened 2 years ago

breadbread1984 commented 2 years ago

The musicxml allows chord of notes with different durations. But Chord class accept only notes of the same durations. How to create chord with notes of different durations with API, or please add such feature if pymusicxml cannot do it. Thx.

MarcTheSpark commented 2 years ago

Hi — this can be added fairly easily, but I'm not sure when I'll have time to do it. It hasn't been a huge priority, since it's not a super common need!