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

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