lilypond-user
[Top][All Lists]
Advanced

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

Re: convert-ly question


From: Martin Tarenskeen
Subject: Re: convert-ly question
Date: Fri, 16 May 2014 21:17:23 +0200 (CEST)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)



On Fri, 16 May 2014, Malte Meyn wrote:

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

Thanks for the hint, I didn't know that "shopt -s globstar" yet!
I can use that.

--

MT

reply via email to

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