forked from musescore/MuseScore
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #319776: [MusicXML export] Invalid MusicXML will be generated if …
…exported sheet contains tied cue notes MusicXML does not allow a cue note to have a child element. The reason is that is designed for sound information, but cue notes are silent. Simply having a element under will be enough. Duplicate of musescore#7935, resp. backport ot musescore#8019
- Loading branch information
1 parent
6804b84
commit ce8f220
Showing
4 changed files
with
130 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters