Convert MuseScore files (*.mscz, *.mscx) to the EPS file format.
Usage: mscore-to-eps.sh [-hnsv] [<path>]
Convert MuseScore files (*.mscz, *.mscx) to the EPS file format.
Convert MuseScore files to eps using 'pdfcrop' and 'pdftops' or
'Inkscape'. If <path> is omitted, all MuseScore files in the
current working directory are converted. <path> can be either a
directory or a MuseScore file.
DEPENDENCIES
'pdfcrop' (included in TeXlive) and 'pdftops' (Poppler tools) or
'Inkscape'
OPTIONS
-h, --help
Show this help message.
-n, --no-clean
Do not remove / clean intermediate *.pdf files
-s, --short-description
Show a short description / summary.
-v, --version
Show the version number of this script.
make test