Rearrange Palette Symbols
Hi,
somehow i don't seem to be able to rearrange symbols inside a custom palette with MuseScore 3.0.5.5992.
I try to move them with drag&drop but it always shows a "forbidden" sign and i cannot drop the symbol in the new place.
Editing is enabled for the palette. The palette is in a custom workspace.
Thanks
Holger
Comments
You can't. You have to delete all the thing you want to move down, and then add them in the right order. I thought this was supposed to be fixed, but it's not.
In reply to You can't. You have to… by mike320
Thanks for the clarification.
At least i don't need to search how to accomplish this now anymore...
Anyway, thanks to the developers and contributors for this great tool!
Thanks
Holger
Not sure why that got disabled how hard it would be to reimplement it, but maybe a faster workaround would be, create a new palette, drag the elements to it from the old.
In reply to Not sure why that got… by Marc Sabatella
Yes i think that's the easiest workaround. Still clumsy since i'm working on a chord diagram palette and i need to add new chords regularly :-(
Is the data format of the palette files something that one can edit with an editor? Something like XML, JSON,...?
Thanks
Holger
In reply to Yes i think that's the… by holghh
Absolutely, it's an XML file, wrapped inside a ZIP archive. So indeed, you could save the palette, open it with a ZIP program, edit the XML with a text editor, save, and then re-load the palette. Or find the workspace file (under AppData on Widows, but you may kind of need to poke around) and edit it in place there, no need to save / reload the palette.
In reply to Absolutely, it's an XML file… by Marc Sabatella
Here, the issue: #281362: Symbols can no longer swap their places in the palettes
(these are unfortunately "forgotten" issues since a while - they don't seem so important - but when combined with others, they degrade the experience of version 3 in a current use, however)
In reply to Absolutely, it's an XML file… by Marc Sabatella
Thanks alot, i'll try that!