>> >Redirecting two file pointers to the same file has a tendency to
>> >wreak havoc with buffering.  So it is not something I am overly
>> >comfortable with.
> 
> ok, if/when we add this, we'd use a different way of recording
> output.  I'm certain that python's subprocess module has some way of
> doing this.

Well, to reduce the number of log files, it should be possible to do

  . Store stdout to foo.stdout
  . Store stderr to tmp.stderr
  . Append tmp.stderr to foo.stdout after lilypond has finished
  . Delete tmp.stderr


    Werner

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

Reply via email to