Comment #1 on issue 4187 by [email protected]: Usage: convert-ly command
line tips
https://code.google.com/p/lilypond/issues/detail?id=4187
In the -user list it was recently asked how to compile several ly files
recursively *keeping the compiled files in the original directory*. Perhaps
the command suggested here could be added to the doc:
http://lists.gnu.org/archive/html/lilypond-user/2014-11/msg00350.html
find . -name '*ly' -exec sh -c 'ly={}; lilypond -o "${ly%.ly}" "$ly"' \;
I didn't test it...
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings