music21 v8.3.0
Music21 v8.3 is a maintenance release that fixes a few bugs in romanText/translate (thanks @malcolmsailor) already in v9alpha, but also fixes a change in the Github.io version of music21j that broke .show('midi') inside Jupyter notebooks.
What's Changed
- Fixes bug in repeat tests in romanText/translate.py; handles empty measures by @malcolmsailor in #1434
- Fix mypy with github by @mscuthbert in #1438
- Romantext writer handle repeat bars and measure suffixes like m1a by @malcolmsailor in #1435
- No transpose altered 7,9,11,13 in bII7; chord.tools by @mscuthbert in #1439
- Backport 1565 to m21 v8 by @mscuthbert in #1567
Full Changelog: v8.1.0...v8.3.0