auto-beaming from command line
We are using musescore to generate png from musicxml files from the command line, but since we don't have beams info at the xml we need a way of setting auto beams from the command line.
We already added this feature in our fork, if you think it would be useful for others we could make a pull request.
https://github.com/andrebola/MuseScore/commit/7f0aa7f9b11b6a600dba3520e…
Comments
Hi,
There is an issue filed #36816: [MusicXML] import assumes beam=NONE if no beam information. Would that match your expectation? Maybe you could link to one of your MusicXML file in this issue?
In reply to Hi, There is an issue filed by [DELETED] 5
I've seen this issue, if the behaviour by default it would be to add auto beams as it was in previous versions, then we would get the output that we need. But with this new flag I added we can get the same result without changing the default behaviour.