[MusicXML] Line style for ties not exported
Discovered using the nightly build - MuseScoreNightly-2014-02-08-1156-1d54c0a.7z - on windows XP.
Steps to reproduce -
1. Create a simple one bar score with a tie and a slur
2. Change the line style for each one to dotted or dashed.
3. Export to MusicXML
The result is that the slur will have the correctly positioned line-type
attribute.
<notations>
<slur line-type="dashed" type="start" number="1"/>
</notations>
However, the tied tag
does not contain this attribute - and it should when the line type is not solid.
Like this :
<notations>
<tied line-type="dashed" type="start" number="1"/>
</notations>
Comments
Fixed in 98228665c8
Tested in nightly build - MuseScoreNightly-2014-02-11-1208-831686d.7z.
Correction confirmed.
Thank you
Automatically closed -- issue fixed for 2 weeks with no activity.