lilypond-user
[Top][All Lists]
Advanced

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

Re: convert from absolute to relative


From: Carl Sorensen
Subject: Re: convert from absolute to relative
Date: Fri, 22 Aug 2008 12:33:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

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