[MusicXML] Alt. Brevis exports as Normal note
1. Open attached score.
2. 'Export'.
3. Choose 'MusicXML'.
4. 'Save'.
5. Open MusicXML.
6. 'Inspector'.
7. Click on note head.
Expected result: Note Head Group: alt. brevis.
Actual result: Note Head Group: normal.
Discussion: This can be reproduced with both 1.2 and new scores.
Using MuseScore 2.0 Nightly Build (5663) - Mac 10.7.4.
Attachment | Size |
---|---|
Alt. Brevis exports as Normal note.mscz | 1.44 KB |
Comments
It's still reproducible, but for step 1, please use the attached score instead.
Using MuseScore 2.0 Nightly Build (2e84a7e) - Mac 10.7.4.
Does MXML have this kind of note head?
If it doesn't, then there is no way to export this info to it and this is not a MuseScore bug but a limitation of MXML; if it does, then this is a bug.
M.
Currently the MusicXML exporter does not support the note head type "brevis head alt", which explains the observed behaviour. I am not sure if this notehead type is supported, as the spec is not completely clear. Will have to investigate.
MusicXML does not have a way to save this particular type of notehead.
(for reference search for "notehead" in the note module:
http://www.makemusic.com/musicxml/specification/dtd/note-module
)
I suppose the closest visual approximation is:
<notehead filled="no">rectangle</notehead>
However, this refers to a different notehead than one we are talking about here.
What about 'postponed'?
I'm thinking about MusicXML 4.0.
I'm going to mark as postponed, since a future version of MusicXML could support it.