Converting musicxml to png does not work (MuseScore4)
While exporting musicxml files to png using command line options working fine with MuseScore3, I do not get it working with MuseScore4 on Windows 11.
cd "C:\Program Files\MuseScore 4\bin\"
MuseScore4.exe -o 'C:\Users\Andre\Desktop\sample\sample.png' 'C:\Users\Andre\Desktop\sample\sheet.musicxml'
There is no error message shown. I also tried it with double quotes and different order of arguments.
What is wrong with the command?
Comments
I don't see anything wrong with the command itself, but seems you found yet another serious bug in Mu4.
In reply to I don't see anything wrong… by Jojo-Schmitz
I just tried using MuseScore 4 as the backend for Music21 and I get full page output instead of an excerpt. The command internally used is 'MuseScore4.exe tmpo252jkj7.musicxml -T 0 -o png2.png'. Works fine with MS3. Is this the same problem or do I need to create a new bug report?