MusicXml: Customised Glissando and Slide are not exported correctly

• Feb 17, 2014 - 10:09
Type
Functional
Severity
S4 - Minor
Status
closed
Project
Tags

When creating a glissando or slide, it is possible to change the colour and the text.
When exporting to MusicXml, these modifications are not present.

Case 1:
Create a glissando and export to MusicXml - the text is not exported
<notations>
    <glissando line-type="wavy" number="1" type="start"/>
</notations>

Should be -
<notations>
    <glissando line-type="wavy" number="1" type="start">gliss.</glissando>
</notations>

Case 2:
Create a glissando, remove the text and change the colour to red.
Exports still as -
<notations>
    <glissando line-type="wavy" number="1" type="start"/>
</notations>

Should be (using ARGB) -
<notations>
    <glissando line-type="wavy" number="1" type="start" color="#FF800000"/>
</notations>

Note that there is no other way to know if the text is to be displayed or not by the simple presence of the text within the tag.


Comments

It would be great if you could provide MSCZ files and eventually MusicXML file to deal with this problem. Would be even better if you could provide a pull request :) since you seem to be a coder.

Not sure exactly what you are needing in the MSCZ file other than what I have outlined above.
Are you needing files demonstrating what I said ?

You are right, I am a developer, but have very little time available. I am trying to get my own business running, whilst not ignoring my wife ! ;-)