lilypond-user
[Top][All Lists]
Advanced

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

Re: Help using convert-ly recursively on Linux


From: Gilles Sadowski
Subject: Re: Help using convert-ly recursively on Linux
Date: Fri, 3 Sep 2010 14:01:50 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hello.

> I'm running LilyPond on Ubuntu 9.10 (Karmic Koala).
> 
> I'd like to run convert-ly against all of my .ly files that I have created,
> without having to manually change directories to each directory that
> contains a file I want to convert, and then run convert-ly against the files
> in that directory.

You could use the "find" command:

$ find -name '*ly' -exec convert-ly -e {} \;


Best,
Gilles



reply via email to

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