How to create an optional note which will export to MusicXML as such
I am using MuseScore v1.3 on Windows XP.
I am re-creating a large number of scores to be transferred via MusicXML into my Android application.
In a number of the scores I have to reproduce, there are optional notes - notes which are only played during a specific verse of the song and as such have parenthesis around them.
I have seen how to add parenthesis around a given note, but when I then save it as MusicXML, the note does not have anything which allows the re-interpretation - no parenthesis.
Is there a workaround for this ?
Attachment | Size |
---|---|
optional_note.jpg | 9.96 KB |
Comments
What tag/attribute do you expect in the MusicXML file?
When you know that, you can take a look to exportxml.cpp and make sure that next version of MuseScore will export the correct information by submitting a patch.
In reply to What tag/attribute do you by [DELETED] 5
parentheses
note.mod Attribute since 1.0
Notehead or figured bass in parentheses?
Values: yes, no
In reply to What tag/attribute do you by [DELETED] 5
Well, underquark managed to find the information before myself.
I found in the MusicXml documentation the definition of the notehead tag which contains a parentheses attribute.
This tag is contained within the note tag.
Information found here : for the parentheses attribute which is contained in the notehead tag .
After having looked at the file you mentioned (exportxml.cpp), I have seen that this tag is not used.
However, I do not know if the current version undergoing development will permit putting parentheses around a note - as opposed to simply positioning symbols around a given note to have the same visual effect.
Should this be a change / enhancement request ?
In reply to Next step ? by Simon Giddings
Bug filed #24624: [MusicXML] Parentheses around a note head is not exported