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

[MU4 Issue] Parts can not be saved as individual MuseScore files #15582

Open
henkdegroot opened this issue Dec 25, 2022 · 3 comments
Open

[MU4 Issue] Parts can not be saved as individual MuseScore files #15582

henkdegroot opened this issue Dec 25, 2022 · 3 comments
Labels
feature request Used to suggest improvements or new capabilities needs design Design is needed P1 Priority: High parts regression MS3 Regression from MS3 (3.6.2)

Comments

@henkdegroot
Copy link

henkdegroot commented Dec 25, 2022

Describe the bug
In MuseScore 3 it was possible to save a part as a separate/new musescore file. In MuseScore 4 this is no longer possible.

To Reproduce
Steps to reproduce the behavior:

  1. Open a score with multiple instruments
  2. Generate parts
  3. Select a part tab (so you are looking at one of the parts)
  4. Use the Save As option -> Save to computer

Expected behavior
The open part is saved as a new file. This file contains no other parts.

Additional context
We're not talking about PDFs here. We're talking about creating a separate MSCX / MSCZ file for each part.

It might be better to design a new save / export option that explicitly offers to save parts rather than rely on a hidden aspect of "Save as" behaviour.

@cbjeukendrup cbjeukendrup added the needs design Design is needed label Dec 25, 2022
@oktophonie oktophonie added the feature request Used to suggest improvements or new capabilities label Feb 22, 2023
@oktophonie oktophonie added the regression MS4 Regression on a prior release label Apr 3, 2023
@DmitryArefiev DmitryArefiev added regression MS3 Regression from MS3 (3.6.2) P1 Priority: High and removed regression MS4 Regression on a prior release labels Apr 27, 2023
@shoogle
Copy link
Contributor

shoogle commented Aug 4, 2023

The code to save individual parts still exists for the --score-parts command line option, which can be used as follows:

mscore --score-parts Score.mscz | jq -j .partsBin[0] | base64 -d >Part.mscz

Sadly, MuseScore fails to load the resulting Part.mscz. If you extract, it the content of the file appears to be valid, but it doesn't quite conform to the new way score files are structured in MuseScore 4.

@SnyBr
Copy link

SnyBr commented Feb 28, 2024

I've heard this functionality was originally removed because users complained that the whole score was not saved when you chose "save as" while happening to be working on a part at that moment. So perhaps a dedicated "save part as individual musescore file" option in addition to the normal "save as" could be considered.

@Jojo-Schmitz
Copy link
Contributor

Came up again in https://musescore.org/en/node/366294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Used to suggest improvements or new capabilities needs design Design is needed P1 Priority: High parts regression MS3 Regression from MS3 (3.6.2)
Projects
Status: One of the next releases
Development

No branches or pull requests

7 participants