- Original Message -
From: "Graham Percival"
To: "Phil Holmes"
Cc: "Devel"
Sent: Monday, January 16, 2012 3:17 PM
Subject: Re: Further work on reducing make doc output - GOP 9
On Sun, Jan 15, 2012 at 02:47:23PM -, Phil Holmes wrote:
OK - so I do
Graham Percival writes:
> On Sun, Jan 15, 2012 at 02:47:23PM -, Phil Holmes wrote:
>> OK - so I don't think anyone has looked at this.
>
> Quick check:
> - what does 6>&1 do? is that a named pipe?
Nope, it redirects the output on file descriptor 6 to file descriptor 1,
the standard output.
On Sun, Jan 15, 2012 at 02:47:23PM -, Phil Holmes wrote:
> OK - so I don't think anyone has looked at this.
Quick check:
- what does 6>&1 do? is that a named pipe?
- in general all the symbols looks a bit iffy... if we hadn't just
had a huge issue with python subprocess on windows, I'd sugg
- Original Message -
From: "Colin Campbell"
I would imagine you can change/drop the @afourpaper line, although these are
only ever intended as a proof of concept, so it's barely worth bothering.
Regarding your scripts: can they be modified to accept a variable paper
size, for thos
On 12-01-15 07:47 AM, Phil Holmes wrote:
OK - so I don't think anyone has looked at this. I think I've got 3
options: ask again here; make a patch from the test files I created,
make a new directory in my lilypond-git directory and put them up,
standalone, as a patch on Rietveld for review;
- Original Message -
From: "Phil Holmes"
To: "Devel"
Sent: Tuesday, December 27, 2011 11:34 AM
Subject: Further work on reducing make doc output - GOP 9
I've written a shell script that has as its arguments a command line and a
logfile. It runs the command
I've written a shell script that has as its arguments a command line and a
logfile. It runs the command, sending the output from that command to the
logfile. It then returns the error status from the command line. If an
error occurs, it displays a message indicating the name of the logfile.