lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4187 in lilypond: Usage: convert-ly command li


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4187 in lilypond: Usage: convert-ly command line tips
Date: Tue, 18 Nov 2014 22:28:21 +0000


Comment #1 on issue 4187 by address@hidden: 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



reply via email to

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