[MusicXML export] figuredBass xml export (multiple figures per note)
Exporting Basslines that have multiple figures per bassnote, results in a tag that contains all the figures but the rhythm is sometimes not exported correctly.
Correct Export:
An export where the shortest Note in the score is smaller or equals the shortest duration of a figure everything works fine. Musescore stores the durations relatively to the defined in . This also works correctly when re-iporting the musicxml to MuseScore.
Problematic Export:
If Musescore finds a druation of a figure that is shorter, than the shortest note in the score, it sets the duration to 0. That causes also an xml-error when re-importing the musicxml file. I think this means that figured Bass tags should influence the divisions attibute.
I came across this, because I'm working a lot with figured Bass exercises where this setting rather usually occurs. Is there a way to fix the setting of a duration/division?
I attach two files. One is producing correct xml the other one not.
Best Regards
Attachment | Size |
---|---|
figureTest-not-working 3.mscz | 3.25 KB |
figureTest-working 3.mscz | 3.73 KB |
Comments
Relates to #270643: [EPIC] MusicXML import/export issues
Problem reported again in https://musescore.org/en/node/325701 and confirmed with MuseScore 3.6.2. Probably caused by function ExportMusicXml::calcDivisions(), which does not seem to take figured bass duration into account when calculating the divisions value.
Even simpler files showing the issue attached.
Pull request https://github.com/musescore/MuseScore/pull/9730
Fixed in branch master, commit 5a9ea42d21
fix #318085: [MusicXML export] figuredBass xml export (multiple figures per note)
Fixed in branch master, commit f9c0e3144e
_Merge pull request #9730 from lvinken/318085-multiple-figures-master
fix #318085: [MusicXML export] figuredBass xml export (multiple figur…_
Automatically closed -- issue fixed for 2 weeks with no activity.