reference:
music vocab
install music21
pip install music21
#in pycharm type following code,
from music21 import *
configure.run()
# press enter for all default option -> install MuseScore 3
#in pycharm type
from music21 import *
s = corpus.parse('bach/bwv65.2.xml')
s.show()
No comments:
Post a Comment