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

Reply via email to