m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/mscz2pdfs
diff options
context:
space:
mode:
Diffstat (limited to 'mscz2pdfs')
-rwxr-xr-xmscz2pdfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mscz2pdfs b/mscz2pdfs
index e037086..8d3731a 100755
--- a/mscz2pdfs
+++ b/mscz2pdfs
@@ -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"`