Josef-Friedrich / mscore-to-eps.sh

Convert MuseScore files (*.mscz, *.mscx) into the EPS file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

mscore-to-eps.sh

Summary / Short description

Convert MuseScore files (*.mscz, *.mscx) to the EPS file format.

Usage

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.

Project pages

Testing

make test

About

Convert MuseScore files (*.mscz, *.mscx) into the EPS file format.

License:MIT License


Languages

Language:Shell 98.6%Language:Makefile 1.4%