#!/bin/sh

#
# create reference
#

MSCORE=../build.debug/mscore/mscore
DPI=130

$MSCORE $1.mscz -r $DPI -o $1.png
mv $1-1.png $1-ref.png

