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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user