(re?)directing compile output to a file

2010-08-09 Thread David Currie
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). One can double click filename.ly. It produces filename.log (which nicely contains errors etc). BUT when (inside a c++ program) int

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

2010-08-09 Thread Jonathan Kulp
On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au 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

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

2010-08-09 Thread Jonathan Kulp
On Mon, Aug 9, 2010 at 7:39 AM, Jonathan Kulp jonlancek...@gmail.com wrote: On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au 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

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

2010-08-09 Thread -Eluze
Jonathan Kulp-2 wrote: On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au 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

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

2010-08-09 Thread Graham Percival
On Mon, Aug 09, 2010 at 06:12:17AM -0700, -Eluze wrote: imo this should be described more clearly in a manual - specially for users who are not accustomed to the shell/dos/cmd prompt! Unfortunately we cannot address the entire topic of shell commands in the lilypond manual. As we mention at

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

2010-08-09 Thread Jonathan Kulp
On Mon, Aug 9, 2010 at 8:18 AM, Graham Percival gra...@percival-music.ca wrote: On Mon, Aug 09, 2010 at 06:12:17AM -0700, -Eluze wrote: imo this should be described more clearly in a manual - specially for users who are not accustomed to the shell/dos/cmd prompt! Unfortunately we cannot

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

2010-08-09 Thread -Eluze
Graham Percival-3 wrote: On Mon, Aug 09, 2010 at 06:12:17AM -0700, -Eluze wrote: imo this should be described more clearly in a manual - specially for users who are not accustomed to the shell/dos/cmd prompt! Unfortunately we cannot address the entire topic of shell commands in the

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

2010-08-09 Thread Joe Neeman
On Mon, 2010-08-09 at 07:39 -0500, Jonathan Kulp wrote: On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au 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).