Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
- Conversion of MEI to MusicXML has been added to the commandline interface of meicoApp.
  • Loading branch information
axelberndt committed Jul 18, 2024
1 parent 7be4077 commit c109e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### Version History


#### v0.9.4
- Conversion of MEI to MusicXML has been added to the commandline interface of meicoApp.


#### v0.9.3
- Added new methods `getAllMdivs()` to class `meico.mei.Mei` to retrieve all `mdiv` elements in the MEI's `music` environment. However, in case of nested `mdiv` elements, only the leaf ones are returned. I.e., the returned list will only contain `mdiv` elements that do not contain other `mdiv` elements.
- Added new methods `getAllVariantEncodings()` to class `meico.mei.Mei` to retrieve all `app` and `choice` elements from the MEI.
Expand Down

0 comments on commit c109e49

Please sign in to comment.