"Prall" and "mordent" playback abnormal when applied to notes with accidentals
Rather than trilling to the note above, when a "prall" is applied to a note with an accidental on it, the same note is simply repeated (like a shortened "8th note tremolo"). The same issue is seen with playback of the "mordent" notation.
This issue only applies to notes with accidentals written in on the staff. Accidentals from the key signature don't cause this issue.
Comments
Could you attach a sample score?
I can reproduce this:
1) empty score, C major
2) enter C# into an measure
3) add mordent
4) play
Result: C#-C#-C#. Should be C#-D-C# I guess. Same result, BTW, if you enter Db instead of C#.
I can pinpoint the problem in https://github.com/musescore/MuseScore/blob/e3e796f63f92a0735e04279ad88… but I'm not exactly sure what this function is trying to do...
Looks like a "brute force" solution to the problem of finding the appropriate pitch to use. After working my through it, I see the problem and will submit a fix soon (along with some comments!)
https://github.com/musescore/MuseScore/pull/1471
Fixed in ea51947b6b
Automatically closed -- issue fixed for 2 weeks with no activity.