score-parts option does not exist for command line
Hello,
I really like MuseScore, thank you for your work. I saw here that score-parts
should be an option on the command line. But the man page doesn't list it as an option. Is there any plan to add this?
Comments
Huh? https://musescore.org/en/handbook/3/command-line-options is the man-page (or the man page should be the same).
Which version of MuseScore are you using (I assume on Liunux?)
In reply to Huh? https://musescore.org… by Jojo-Schmitz
I am using MuseScore3 3.2.3. I have attached a screenshot of the man page. I don't see
score-parts
there and when I attempt to use the option I getUnknown option 'score-parts'
.Edit: And yes I am using Ubuntu 20.04.
In reply to I am using MuseScore3 3.2.3… by kurts_mustang
It got added later than that. The current version is 3.6.2. Use the AppImage, the Ubunto repo is woefully outdated
In reply to It got added later than that… by Jojo-Schmitz
Oh okay. If I already have the app image 3.6.x, what is the best way to install the command line tools?
In reply to Oh okay. If I already have… by kurts_mustang
? There are no command line tool to install, the command line is part of MuseScore
In reply to ? There are no command line… by Jojo-Schmitz
I'm just trying to figure out how to use
musescore3 --score-parts
. When I try runningmusescore3
, I get the following output:But I do have the app image installed. My question is how can I get this command functioning? Here it says to add the app image to my path, but I did that and it still is not working. It also says I can try reverting to factory settings, but I only want to do this if there is no other option since I would rather not lose my current settings.
In reply to I'm just confused about how… by kurts_mustang
Of course you'd need to call the appimage with those options. And that isn't called musescore3
In reply to Of course you'e need to call… by Jojo-Schmitz
I think I've got it figured out now and I am able to use the app image. Thanks for your help, I appreciate it.
In reply to Of course you'e need to call… by Jojo-Schmitz
One last thing: when running with the
score-parts
option, where are the new .mscz files saved?In reply to I'm just confused about how… by kurts_mustang
I believe the actual application name for the AppImage is aliased as
mscore-portable
ormusescore-portable
. So if you want to launch it as 'musescore3', you'll need to add a symlink in~/.local/bin/
for that as well.In reply to I'm just confused about how… by kurts_mustang
To be clear - the AppImage isn't installed via "apt". It is either run directly from the command line, or installed by running it from command line with the "install" option. The latter is definitely recommended for most users. And then you can run it normally via a program icon, but also from the command line via the name "mscore-portable"