cuthbertLab / music21j

Javascript port of music21 -- Toolkit for Computational Musicology
Other
143 stars 41 forks source link

Handle irregular beaming (e.g. 5/8 7/8) #189

Closed jacobtylerwalls closed 2 years ago

jacobtylerwalls commented 2 years ago

Rely on TimeSignature.beatGroups, which already provides a reasonable default for 5/8 and 7/8 and can be configured by the user.

mscuthbert commented 2 years ago

Thanks!