You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common XML exporter error is to mistake dynamics for direction text.
This commit adds two functions for correcting these mistakes.
1. In the case that a whole direction is dynamic, this converts
that whole direction to the specified dynamic, including handling the
velocity change).
2. In the case that a direction contains a dynamic in addition to other
text (i.e. mf cresc.), this converts the dynamic portion to the proper
MuseScore dynamic symbol (with no velocity change).
In pursuit of this, the dynList of Dyn structs is moved from dynamic.cpp
to dynamic.h, so it can be used as the list of symbols to match.
Duplicate of musescore#8347, plus fixing a compiler warning (which shows some 120
times), duplicate of musescore#8478
0 commit comments