lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: script for running convert-ly on multiple files


From: Nicolas Sceaux
Subject: Re: script for running convert-ly on multiple files
Date: Sun, 24 Aug 2008 15:05:34 +0200

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]