Skip to content

Commit bb3d2b7

Browse files
4.0 ReleaseNotes.
1 parent 3fb24d4 commit bb3d2b7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

ReleaseNotes_4.0.0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+

0 commit comments

Comments
 (0)