cuthbertLab / music21j

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

Create percussion clefs from musicxml #138

Closed jacobtylerwalls closed 2 years ago

jacobtylerwalls commented 2 years ago

Noticed when playing with musicxml importer in a personal project.

Clefs were being created like this, with a name of "percussion2", which crashed when passed to the VexFlow Clef constructor.

return clef.clefFromString(sign + line, clefOctaveChange);