From c109e4977bd110a04226abbd43c45966f691959f Mon Sep 17 00:00:00 2001 From: Axel Berndt Date: Thu, 18 Jul 2024 11:06:31 +0200 Subject: [PATCH] v0.9.4 - Conversion of MEI to MusicXML has been added to the commandline interface of meicoApp. --- history.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/history.md b/history.md index 68af3bea..f3c3463e 100644 --- a/history.md +++ b/history.md @@ -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.