Skip to content

Commit

Permalink
fix: update MEI encoding job to use MEI v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Dec 4, 2024
1 parent 565b568 commit 52d6b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rodan-main/code/rodan/jobs/MEI_encoding/build_mei_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def generate_base_document(column_split_info: Optional[dict]):

mei = new_el("mei")
mei.set("xmlns", "http://www.music-encoding.org/ns/mei")
mei.set("meiversion", "5.0")
mei.set("meiversion", "5.0.0")

meiHead = new_el("meiHead", mei)

Expand Down
2 changes: 1 addition & 1 deletion rodan-main/code/rodan/test/files/mei-encoding-test.mei

Large diffs are not rendered by default.

0 comments on commit 52d6b80

Please sign in to comment.