For some reason, when the all the fermartas (top row, 2nd row items 1-2) are positioned in the palette, the Articulation::Layout method isn't called, but it is for every other articulation. I'm not sure why, I'll try and find out :/
Edit: it's because fermartas are layed out in fermarta.cpp, not articulation.cpp. I'll see if I can work on a fix.
Haha, I can see why you thought that was a heart. It's actually a tremolo bar, but gone horribly wrong. I think that should be a separate issue on the tracker maybe (since it's caused by some other bug)?
I saw incorrect fermata position yesterday when tested opening 2.X scores in 3.0. I know this code (and probably I broke it :) ). I can have a look.
It would be very useful to find the particular revision which breaks it.
Comments
For some reason, when the all the fermartas (top row, 2nd row items 1-2) are positioned in the palette, the Articulation::Layout method isn't called, but it is for every other articulation. I'm not sure why, I'll try and find out :/
Edit: it's because fermartas are layed out in fermarta.cpp, not articulation.cpp. I'll see if I can work on a fix.
That last item (heart?) looks strange too, too big
In reply to That last item (heart?)… by Jojo-Schmitz
Haha, I can see why you thought that was a heart. It's actually a tremolo bar, but gone horribly wrong. I think that should be a separate issue on the tracker maybe (since it's caused by some other bug)?
I saw incorrect fermata position yesterday when tested opening 2.X scores in 3.0. I know this code (and probably I broke it :) ). I can have a look.
It would be very useful to find the particular revision which breaks it.
In reply to Haha, I can see why you… by TheOtherJThistle
Yes. Could you please create related issue and take a look at it while I'm working on fixing fermata position.
In reply to Yes. Could you please create… by Anatoly-os
Done, I think I've almost fixed the tremolo bar as well :)
See https://github.com/musescore/MuseScore/pull/3889.
I take it the issue here is that the fermatas are not centered in the cells. My patch corrects this.
Fixed in branch master, commit c7a271dfbd
fix #274934: Incorrect articulations palette displaying
Fixed in branch master, commit 8ab747be84
Merge pull request #3889 from mattmcclinch/274934-articulations-palette
fix #274934: Incorrect articulations palette displaying
Automatically closed -- issue fixed for 2 weeks with no activity.