opensheetmusicdisplay / osme

Open Sheet Music Education: A configurable generator for sight reading practice sheets, using OSMD
https://opensheetmusiceducation.org/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

musicXML export #10

Closed matt-uib closed 5 years ago

matt-uib commented 5 years ago

please define here an interface with standardized functions for all manipulations on the xml file so that we can implement the same functions easily in C# also. e.g. addXmlTag(parentTag, name, value)

so finally there shall be no reference to the xml framework used in the code doing the export. The reference is then only in the class implementing the interface.