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

OUT=`pwd`
cd ../${TYPE}
abc2ps -F ../Set/set_layout.fmt \
       MissGordanOfGight.abc -e 2 \
       TheFifeHunt.abc -e 2 \
       FlowersOfEdinburgh.abc -e 1 \
       -o -O ${OUT}/${SET}${TYPE}Set.ps
       
