music-encoding / encoding-tools

Tools for working with or transforming MEI Encodings
Educational Community License v2.0
41 stars 32 forks source link

tools: update mei40To50.xsl #36

Closed musicEnfanthen closed 1 year ago

musicEnfanthen commented 1 year ago

This PR updates the mei40To50.xsl to include the latest changes from the main repo for v5. That is, it adds transformations for line.form and line.width on arpeg. Additionally, it resorts some of the existing transformations in the main part to have element- , attribute- or value-based transformations in one place (fingerprint is moved up, Bagpipe is moved down).

musicEnfanthen commented 1 year ago

Seems to work, at least according to the unit tests:

Screenshot 2023-07-28 190500

Test cases are here ```xml ```
bwbohl commented 1 year ago

do the test cases also live somewhere else? maybe alsongside the xsl in a test folder?

musicEnfanthen commented 1 year ago

See #37