[MusicXML export] Slur start missing for slurs when importing MuseScore 1.3 file
1. Open attached mscz (produced in 1.3).
2. 'File'>'Export…'.
3. Choose 'MusicXML'.
4. 'Save'.
5. Open MusicXML.
Expected result:
Actual result:
Note: Also attached is the produced MusicXML.
Using MuseScore 2.0 Nightly Build (1c07b89) - Mac 10.7.5.
Comments
Confirmed. For both slurs, the slur start is missing while the slur stop is present. No error message is at the console on export.
Yes, the MusicXML Export with slurs is buggy in v1.3 and v2.0.0 beta.
I've attached another example:
There first note got a
{syntaxhighlighter brush:xml;first-line:90}
{/syntaxhighlighter}
The third got a
{syntaxhighlighter brush:xml;first-line:113}
{/syntaxhighlighter}
But the second note need a
{syntaxhighlighter brush:xml}
{/syntaxhighlighter}
Are you sure? My read of the standard says continue elements are not normally needed - only if there is some special reason to need one.
Yes Marc Sabatella, you're right,
type="continue"
is optional.Music XML slur
[...] Most slurs are represented with two elements: one with a start type, and one with a stop type. Slurs can add more elements using a continue type. This is typically used to specify the formatting of cross-system slurs, or to specify the shape of very complex slurs.
Sorry for my unnecessary comment.
This is not related to the glissando or the number of notes. When importing a 1.3 file with slurs, the slur start is not exported to MusicXML. Set to critical as it causes loss of information. Fix known, will be available soon.
Must-have for 2.0.
Pull request #1311
Fixed in 8cf7751728
Automatically closed -- issue fixed for 2 weeks with no activity.