Export score parts to pdf from command line
I've read as much documentation as I can find on using the command line. In Windows 10, I can create PDF, XML, and mp3 files for the full score with no problem. But no matter what I try, I can't seem to find the correct syntax to export all parts to individual PDF files. Using Musescore 3.6.2.
Comments
A rather dated post https://musescore.org/en/node/234491
https://musescore.org/en/handbook/3/command-line-options#SYNOPSIS
-P | --export-score-parts
In reply to A rather dated post https:/… by Shoichi
From what I can tell it looks like you have to generate a single PDF with parts appended to the main file then use a third-part PDF tool to pull apart the file. I thought I could use --score-to-parts to at least generate a JSON file, but that doesn't seem to do anything.
In reply to From what I can tell it… by Jeffery Hicks
I wrote a PowerShell function that wraps around musecore3.exe command-line tool. https://gist.github.com/jdhitsolutions/ca3be345e677337ea2e4d585bc1bd609
Also check whether https://musescore.org/en/project/batchexport does it for you