Tests of .show() of music21 within Notebooks¶
Music21
checks to see if its environment is a Notebook
(Jupyter/Colab/JupyterLab) and uses different file formats for show() w/
MuseScore and MIDI (w/ music21j/midicube)
This file contains tests that currently work.
from music21 import *
c = corpus.parse('bwv269')
c.show()
c.show('midi')