Scaling in MuseScore 3 is way off for me
For some reason, MuseScore 3 has suddenly decided that everything was too small and has resized all the different panels and bars to an incredibly large size, too large to work with. It seemed to be the same issue as this one: https://musescore.org/en/node/106241
But I can't get that solution to work with the command prompt, it doesn't recognize
"C:\Program Files\MuseScore 3\bin\" -D 200"
as a valid command.
Any help would be appreciated!
Attachment | Size |
---|---|
MuseScore3_2019-03-06_15-09-50.png | 341.6 KB |
Comments
Try "C:\Program Files\MuseScore 3\bin\MuseScore3.exe -D 200"
In reply to Try "C:\Program Files… by Jojo-Schmitz
Still doesn't work...
In reply to Still doesn't work... by Quinten Pieters
Try
"C:\Program Files\MuseScore 3\bin\MuseScore3.exe" -D 200
In reply to Try "C:\Program Files… by Jojo-Schmitz
The command triggered, but it changed nothing...
In reply to Still doesn't work... by Quinten Pieters
Use "C:\Program Files\MuseScore 3\bin\" -D 200
The " at the end is the problem.
In reply to Use "C:\Program Files… by mike320
"...bin/" is not the program...
In reply to "...bin/" is not the program… by Jojo-Schmitz
Looking for my bag. I was more concerned about the extra " I never imagined someone would leave off the program name. :\
In reply to Still doesn't work... by Quinten Pieters
Try
C:\"Program Files"\"MuseScore 3"\bin\MuseScore3.exe -D 200
In reply to Try C:\"Program Files"\… by Louis Cloete
This one worked, as in the command triggered, but it didn't change anything..
In reply to Try C:\"Program Files"\… by Louis Cloete
Hi Louis,
Using double quotes around parts of a path instead of around the full path and file name won't change anything.
I'm not speaking about the OP problem but about Windows in general.