bug-lilypond
[Top][All Lists]
Advanced

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

Re: error with -dseparate-log-files


From: eluze
Subject: Re: error with -dseparate-log-files
Date: Mon, 20 Aug 2012 07:24:09 -0700 (PDT)

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.



reply via email to

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