music-encoding / sibmei

Sibelius MEI Plugin
MIT License
40 stars 16 forks source link

<annot> on mdiv is not valid #204

Closed ahankinson closed 1 year ago

ahankinson commented 1 year ago

The plugin is currently writing:

<mdiv>
    ...
    <annot xml:id="m-30" type="duration">219.574s</annot>
</mdiv>

Looks like I added this a while ago, but it's not valid in either MEI 3 or 4.

Should probably be moved to the <score> element, or removed entirely. Personally, I think the latter is better.

ahankinson commented 1 year ago

Sorry, I see now that this has been fixed. I was looking at an older version of the code.