Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render MSCX file with MSS styles? #9

Open
peteranglea opened this issue Mar 22, 2023 · 0 comments
Open

Render MSCX file with MSS styles? #9

peteranglea opened this issue Mar 22, 2023 · 0 comments

Comments

@peteranglea
Copy link

It appears that in Musescore4, the score info (.mscx) and style info (.mss) are separate files now. The .mscz format combines both of these, along with other metadata, into a "zipped" binary file format. I can see that the load function here allows me to render either a .mscx or .mscz file (or musicxml, etc). The .mscx file ends up being largely unstyled with no apparent way to manipulate the style/layout. The .mscz file rendering works as expected, but isn't ideal for the purposes of the app I'm trying to develop since I'd like to be able to transform the XML info client-side and re-render it on the fly.

So my question is... is it possible to load an uncompressed .mscx or .musicxml file and apply a .mss style file to it (as an argument of some sort) before rendering? I don't know enough about the inner workings of Musescore to know if that's possible or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant