Ah. Thanks Nicolas. I should have realized there were options. That
simplifies things considerably :)
Jonathan
Nicolas Sceaux wrote:
Le 24 août 08 à 14:40, Jonathan Kulp a écrit :
for LILYFILE in *.ly
do
echo "updating syntax on $LILYFILE..."
convert-ly $LILYFILE > $LILYFILE-new
sleep 1
mv $LILYFILE-new $LILYFILE
done
The -e option of convert-ly can be used to modify the file in place.
nicolas
--
Jonathan Kulp
http://www.jonathankulp.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user