-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Closed
Copy link
Labels
Description
Issue type
Other type of issue
Bug description
Swing and straight tempo markings do not fully export when exporting to MusicXML. Instead just the text is exported:
<measure number="2" width="315.07">
<direction>
<direction-type>
<words default-y="0.24" relative-y="20.00" font-weight="bold" font-size="12">Swing</words>
</direction-type>
</direction>
should be:
<measure number="2" width="315.07">
<direction>
<direction-type>
<words default-y="0.24" relative-y="20.00" font-weight="bold" font-size="12">Swing</words>
</direction-type>
<sound>
<swing>
<first>2</first>
<second>1</second>
<swing-type>eighth</swing-type>
</swing>
</sound>
</direction>
Steps to reproduce
- Create a MuseScore project with a Swing element
- Export to MusicXML
- Import the MusicXML into MuseScore
- Listen to the score and note that there is no swing playback
Screenshots/Screen recordings

(see that the swing playback is disabled)
MuseScore Version
OS: Windows 10 Version 2009 or later, Arch.: x86_64, MuseScore version (64-bit): 4.1.0-231921402, revision: github-musescore-musescore-2e3a93a
Regression
I don't know
Operating system
Windows 11
Additional context
The MuseScore and MusicXML files:
files.zip

