cuthbertLab / music21j

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

bug: act on copy when makeNotation(inPlace=false) #150

Closed jacobtylerwalls closed 2 years ago

jacobtylerwalls commented 2 years ago

On makeNotation() we were making accidentals on the source stream even when inPlace = false.

mscuthbert commented 2 years ago

Thanks!