btc / allegro

Allegro Composer for iOS
2 stars 1 forks source link

MusicXML doctype #250

Open niklele opened 7 years ago

niklele commented 7 years ago

add a function to AEXMLDocument so that we can set and check it

should we make our own DTD that adds the custom position element?

<note>
...
    <rational-position>
        <numerator>1</numerator>
        <denominator>4</denominator>
    </rational-position>
</note>
btc commented 7 years ago

Is this necessary for the demo/beta?

niklele commented 7 years ago

i think it should be there before we export, because other music programs may check it. that being said, it s lower priority than the x,y positions of notes.

btc commented 7 years ago

Sounds good.