lilypond-user
[Top][All Lists]
Advanced

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

Re: convert-ly question


From: Malte Meyn
Subject: Re: convert-ly question
Date: Fri, 16 May 2014 21:03:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Under Linux try:

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

Or, shorter, but doesn’t work by default with all shells (for example bash needs “shopt -s globstar” in the .bashrc):

convert-ly -e **/*.ly

On 16.05.2014 20:32, Tim McNamara wrote:
Is there a syntax for running convert-ly on a directory without having to cd 
into the directory and invoking

        convert-ly -e *.ly

There doesn’t seem to be a recursive option.  Since I’ve got .ly files in 158 
different directories it’d be really nice to be able to batch update them with 
something like:

      convert-ly -e -r *.ly

instead of having to cd in to 158 directories by hand.  Maybe there is good 
reason for convert-ly not having this capability.
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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