[MusicXML Export] slurs from and to notes with grace notes incorrect (trunk regression)

• Mar 23, 2014 - 19:37
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Slurs from and to notes with grace notes are exported incorrectly: slur start and slur stop elements are repeated in the normal note and all preceding grace notes.


Comments

More: Slurs from grace notes to main note also are not exported.
Solved with https://github.com/musescore/MuseScore/pull/822
Attached score is for simple test.
By the way: XML import of slurs from grace notes also does not work. Presently this can be only solved partly, because the import of slurs from a main note to a following grace note is not possible as long as grace notes after are not implemented. One reason more to enforce #24951: "grace notes after" are not supported.

Attachment Size
test grace-slur-import.mscz 1.41 KB
Status (old) patch (code needs review) active

The new commit "fix #25112: import slur on grace notes" fixes now the import problem as well.