lilypond-devel
[Top][All Lists]
Advanced

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

Re: (re?)directing compile output to a file


From: Jonathan Kulp
Subject: Re: (re?)directing compile output to a file
Date: Mon, 9 Aug 2010 07:56:25 -0500

On Mon, Aug 9, 2010 at 7:39 AM, Jonathan Kulp <address@hidden> wrote:
> On Mon, Aug 9, 2010 at 6:24 AM, David Currie <address@hidden> wrote:
>> I am a musician and a programmer.
>>
>> How does one redirect/direct (lilypond) compile output to a file and not 
>> stdout
>> using command line options(or otherwise).
>>
>
> What you want, I think, is the -V command line option, but I haven't
> ever done this on Windows. I suspect if you use a command prompt and
> do lilypond -V filename.ly it will do what you want. Capturing it in a
> log file is then a matter of redirecting the output in the usual dos
> prompt way (which I don't know how to do, sorry).
>

Ok I rebooted in Vista and found this to work like I think you want:

lilypond -V filename.ly >> logfile.txt 2>&1

All verbose terminal output goes to the logfile.

Jonathan
-- 
Jonathan Kulp
http://www.jonathankulp.com



reply via email to

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