MuseScore/vtest/gen-ref
Werner Schweer f59ca3167f fix #167461
2017-12-20 10:50:12 +01:00

13 lines
155 B
Bash
Executable file

#!/bin/sh
#
# create reference
#
MSCORE=../build.debug/mscore/mscore
#MSCORE=mscore2
DPI=130
$MSCORE $1.mscx -r $DPI -o $1.png
mv $1-1.png $1-ref.png