diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2025-07-17 16:07:47 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2025-07-17 16:07:47 +0200 |
commit | 32d89bf2e20987da1bf0cc8f36d40343c05697b2 (patch) | |
tree | 5f0f5b59710766bbd4cfe0e7af30f42cb6a47773 | |
parent | b37a40d5dfde41bd7a71cdc7184129dd0f89472f (diff) |
Use mscore3 binary
-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"` |