diff options
-rwxr-xr-x | mscz2pdfs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ base_filename=${score##*/} json=`mktemp "/tmp/tmp-XXXXXXX.json"` echo "putting json in $json" -musescore --score-parts-pdf "$score" > "$json" +mscore3 --score-parts-pdf "$score" > "$json" parts=`jq --raw-output '.parts[]' "$json"` |