disapaering items from palets
some items disappear from palet. when using the item it is gone. See Picture.
how to add an item to palet,
is this a bug?
On Fedora 31 Musescore 3.3.4 7684abe
Attachment | Size |
---|---|
musescorebug.jpg | 6.98 KB |
some items disappear from palet. when using the item it is gone. See Picture.
how to add an item to palet,
is this a bug?
On Fedora 31 Musescore 3.3.4 7684abe
Attachment | Size |
---|---|
musescorebug.jpg | 6.98 KB |
Do you still have an unanswered question? Please log in first to post your question.
Comments
F forte is gone in this picture.
Click on the three points ("...") of the palette and select "reset palette".
How did you add the symbol to the score, so that it disappeared inside the palette (steps to reproduce)?
In reply to Click on the three points ("… by kuwitt
I did click on the item in the palet with mouse and drag it to score
thank you
In reply to I did click on the item in… by Jacob12
Better select the note you want to apply it too and then double click the dynamic
In reply to Better select the note you… by Jojo-Schmitz
"Better select the note you want to apply it to and then double click the dynamic"
In MuseScore 3.4 a single-click will place the dynamic. I am still getting used to this recent change!
In reply to "Better select the note you… by DanielR
Thank you, all , all my questions answered now.
In reply to Click on the three points ("… by kuwitt
It happens because if you accidentally drag the item over the middle top of the palette a little garbage can appears and the system thinks you want to get rid of it.
In reply to It happens because if you… by elsewhere
I cannot reliably reproduce this now, but I have seen it several times. It must be in the code somewhere... I now also see that you get the little garbage can if you click an item in the palette.
In reply to I cannot reliably reproduce… by elsewhere
I've seen it occasionally too, but so far haven't found reliable steps to reproduce. I believe it's related to timing, though. There is code to decide if the user is trying to drag onto the score or trying to rearrange the palette, and the code involves detecting how long you wait before you start the drag. If you wait more than half a second or so, it assumes you want to rearrange. It still lets you drag, but you'll notice the palette start to rearrange as you drag. It should be harmless as the palette normally resets itself once you drag out of the palette, but I can make the bug happen often - not every time, but maybe around 10-20% of the time - if I do the following:
1) click and hold a palette item in the topmost row or rightmost column of any palette
2) after waiting at least a second, slowly and carefully drag it out of the palette without touching any other cell along the way
You'll notice as you start the drag, the cell will appear empty, because MuseScore thinks you are moving the item within the palette rather than adding it to your score. Normally, once you reach the score, the cell fills itself back in. But sometimes, the cell doesn't fill back in, and when you release the item you are dragging, the cell remains empty.
In reply to I've seen it occasionally… by Marc Sabatella
Great sleuthing Marc!!
In reply to It happens because if you… by elsewhere
that is what I did see.