Skip to content

Commit

Permalink
Fix GH#24596: Follow written tempo when 'c.' added to tempo text
Browse files Browse the repository at this point in the history
Backport of musescore#24612
  • Loading branch information
pacebes authored and Jojo-Schmitz committed Sep 12, 2024
1 parent 1f21da2 commit 0796ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/tempotext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ void TempoText::updateTempo()
s.replace("", "=");
s.replace("~", "=");
s.replace("ca.", "");
s.replace("c.", "");
s.replace("approx.", "");
for (const TempoPattern& pa : tp) {
QRegExp re;
Expand Down

0 comments on commit 0796ed9

Please sign in to comment.