Exporting symbols from the master palette
Hi everyone!
Is there any way I can export the symbols from musescore's master palette as an external image file?
I wanted to edit one of its symbols, to use the resulting image as a symbol too. It's important to me that the edited symbol and the unedited symbol look alike for purposes of graphical coherence.
Thank you!
Comments
You can drag a symbol onto a blank part of the score, make the score bigger and take a screen shot of it.
If you need it to be a vector graphic rather than a bitmap image (which a screenshot would be), you can put it anywhere in a score, make everything else on that page invisible, export the page as SVG, and then crop it to the size of the symbol using SVGCrop.
In reply to If you need it to be a… by jscaranomusic
Thank you, that should work!
The native W11 photo viewer can remove the background from a png or jpg. In that case, you don't need an svg.
In reply to The native W11 photo viewer… by bobjp
Thank you!