#!/bin/csh -f
if (-e ~/Apps/csound) then
        ~/Apps/csound $*
else 
	echo "fix playscorefile in Common Music's csound subdirectory -- can't find csound using: $*"
endif

