Command-line arguments in version 3.7 ?
In v3.6.2, this worked (exports PDF):
"C:\Program Files\MuseScore 3\bin\MuseScore3.exe" -o Hora.pdf Hora.mscx
However it doesn't work using v3.7, neither 64 nor 32 bit:
"C:\Apps\MuseScore-3.7.0\bin\MuseScore3.exe" -o Hora.pdf Hora.mscx
"C:\Apps(x86)\MuseScore-3.7.0\bin\MuseScore3.exe" -o Hora.pdf Hora.mscx
Is this because 3.7 is portable and not installed ? Any suggestions on how to make it work the same ?
(Windows 11 and 10)
Comments
3.7 is not really portable, but a development build, it does, unlike PortableApps, create settings files outside its own directory.
But anyway, this is, or should be, unrelated to the issue at hand, command line options should just work the same as in 3.6, I'm not aware of any changes in this area.
You could instead use the Batch Convert plugin.
Thanks, will try the plug-in next time I need to batch convert. Meantime, some clarification:
Some command-line options do work in 3.7 (3.7.0.5740844078 / ca2865a), eg, -h and -v
But I verified the bug on a different PC (also Win-10) using mscz. Worked on installed v3.6.2 and 4.1
In reply to Thanks, will try the plug-in… by BanjoJake
For it to not get forgotten, please repport this on https://github.com/Jojo-Schmitz/MuseScore/issues/new/choose
In reply to For it to not get forgotten,… by Jojo-Schmitz
Done: github.com/Jojo-Schmitz/MuseScore/issues/143
Many thanks again
In reply to Done: github.com/Jojo… by BanjoJake
Thanks.
Heating up the debugger...
In reply to Done: github.com/Jojo… by BanjoJake
Found the problem, a rather stupid typo
Fix in the works
In reply to Found the problem, a rather… by Jojo-Schmitz
Confirmed both 32-bit and 64-bit are now working in latest version; THANK YOU !
Did you 'install' (i.e. unpack the .7z) into C:\Apps resp C:\Apps(32)?
Anyway, seems I can confirm the issue :-(
In reply to Did you 'install' (i.e… by Jojo-Schmitz
Yes, unpacked the 64-bit .7z into C:\Apps\MuseScore-3.7.0
and the 32-bit into C:\Apps(x86)\MuseScore-3.7.0