File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes since 3.5.0:
2+ Add import/export of ABC files.
3+ All: Add support for import/export of multi-score files <-> music21 Opus
4+ Note: MEI supports three different ways to store multiple scores in an
5+ MEI file: multiple <mei> elements (in <meiCorpus>), multiple <mdiv>
6+ elements, and multiple <music> elements. We can read/write all three.
7+ By default we write multiple <mdiv> elements, but you can ask for the
8+ other choices, by specifying multipleScoresHostTag='music' or 'mei' on
9+ the write() call.
10+ Note: music21's myOpus.write() will generally write multiple files, so
11+ if you want a multi-score output file, call music21.stream.write(myOpus)
12+ instead.
13+ All import/export: Add support for PedalMarks.
14+ Humdrum/MEI import/export: Support styled lyrics
15+ Humdrum/MEI import/export: Better color support (notes, lyrics, etc)
16+ Humdrum import: stem direction fixes
17+
You can’t perform that action at this time.
0 commit comments