eluze wrote
> 
> 
> 
> workaround (for windows):
> 
> FOR %x IN (*.ly) DO lilypond %x [1>"%~nx.out"]  2>"%~nx.log"
> 

small correction - %x should also be double-quoted for the case of file
names with spaces; then it is

FOR %x IN (*.ly) DO lilypond "%x" 1>"%~nx.out" 2>"%~nx.log"

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/error-with-dseparate-log-files-tp130931p130971.html
Sent from the Bugs mailing list archive at Nabble.com.

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to