#!/bin/sh
# The name to call this set.
SET=MyMitherIsAyeGlowrenOerMe
# The type of tunes
TYPE=Jig

OUT=`pwd`
cd ../${TYPE}
abc2ps -F ../Set/set_layout.fmt \
       MyMitherIsAyeGlowrenOerMe.abc -e 1 \
       ParsonInHisBoots.abc -e 1 \
       TheBanksOfAllan.abc -e 1 \
       -o -O ${OUT}/${SET}${TYPE}Set.ps
       
