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: Jonathan Kulp
Subject: Re: script for running convert-ly on multiple files
Date: Sun, 24 Aug 2008 08:10:06 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

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




reply via email to

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