Is there a settings for global tempo? I can't find it.
I use the tempo mark to make it 100 bpm. The “a tempo” mark restores the original speed. But I exported the musicxml. I found that the “a tempo” restores to 120 bpm.
I use the tempo mark to make it 100 bpm. The “a tempo” mark restores the original speed. But I exported the musicxml. I found that the “a tempo” restores to 120 bpm.
Do you still have an unanswered question? Please log in first to post your question.
Comments
120 BPM is the default tempo, in absence of any (other) tempo marking.
If MusicXML export doesn't restore the previous tempo on an "a tempo" (while in MuseScore itself it does) that'd be a bug and should get reported on GitHub
In reply to 120 BPM is the default tempo… by Jojo-Schmitz
OK. It doesn't restore the previous tempo in the musicxml. I try to open the exported musicxml. And I confirmed it. It does work with the mscz(MuseScore itself). I'll open a bug report in the GitHub.
In reply to 120 BPM is the default tempo… by Jojo-Schmitz
Probable culprit is that the export of the "rit," doesn't export its tempo settings (and I don't think MusicXML has means to do that), the " a tempo" restores the tempo before the 100BPM, which is 120
And indeed importing such a MusicXML shows that the "rit." doesn't have any tempo settings
In reply to Probable culprit is that the… by Jojo-Schmitz
On MusicXML export this gets generated:
No tempo settings in sight, so none in import either.
The latter could get faked by applying the same default settings at if manually applying a "rit." from the palette, but that'd be nothing but a fake and probably the wrong thing to do quite often.
In reply to Probable culprit is that the… by Jojo-Schmitz
I try actual modify the tempo with a tempo mark.
But it restores to 120 as well.
Here's the musicxml
https://github.com/musescore/MuseScore/issues/17069
https://github.com/musescore/MuseScore/pull/23354
And according to the issue and PR here. It should infer the tempo from rit text.
In reply to I try actual modify the… by KaibaSeto
A workaround is to set the specific tempo of the "a tempo" mark.
In reply to A workaround is to set the… by KaibaSeto
A workaround is to set the specific tempo of the "a tempo" mark.
In reply to 120 BPM is the default tempo… by Jojo-Schmitz
It doesn't work in MuS 3.7 too!
Neither the ritardando nor the "a tempo".
In reply to It doesn't work in MuS 3.7… by HildeK
3.7 doesn't have those ritartando settings at all, it is just text, doesn't affect playback at all
If you export to musicxml, I can confirm this.
Firstly, you have no ritardando and secondly, it continues at the standard speed, i.e. 120 bpm.
In reply to If you export to musicxml, I… by HildeK
The latter isn't a bug, the former most probably a MusicXML shortcomming (and the cause for the latter)
Here's the reported bug report.
https://github.com/musescore/MuseScore/issues/26405