Hello,
This is my first post here, so bare with me. So today I imported a Beethoven piece I downloaded online into MuseScore 2.0.3 (too large to attach here) that seems to follow the MusicXML 3.0 standard based on this line:
<!DOCTYPE score-partwise PUBLIC '-//Recordare//DTD MusicXML 3.0 Partwise//EN' 'http://www.musicxml.org/dtds/partwise.dtd'>
When I export this same file I just opened, it also seems to suggest it still follows the MusicXML 3.0 standard based on this line again:
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
However the two scores are not identical otherwise. The original one had this line:
<score-partwise version='3.0'>
where as the newly exported one has this line:
<score-partwise>
More over, the new one has <stem> tags and the old one does not. Why is the imported MusicXML file different from the exported MusicXML file in MuseScore? They both follow the MusicXML 3.0 standard, correct? Is the score-partwise version relevant?
The reason I ask this question is because my research project for school involves careful consideration for how MusicXML is structured. I want to know what tags are really ubiquitous among different programs. Thanks.