cuthbertLab / music21j

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

fix cloneEmpty() #173

Closed jacobtylerwalls closed 2 years ago

jacobtylerwalls commented 2 years ago

cloneEmpty() (eventually needed for chordify/template) wasn't working, with a warning about constructors needing the new keyword.

mscuthbert commented 2 years ago

Wow! How long has this bug been around!