Jonathan Kulp <jonlancekulp <at> gmail.com> writes:

> 
Here's the 
> format I tried:
> 
> cat file.ly | python lilymusic.py --out_style="nederlands" > file-new.ly
> 

Here's a slightly easier (IMO) method of invoking this routine:

python lilymusic.py --out_style="nederlands" < file.ly > file-new.ly

Instead of using "cat file.ly |", you can use "< file.ly"

Carl



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to