On Thu, Jun 23, 2011 at 06:20:07PM -0400, K. Kellogg-Smith wrote:
>    convert-ly -e <filename> >logfile.txt).  DOS creates the log file okay,
>    but the file is empty after the conversion is made.

You've redirected stdout, but the convert-ly messages are probably
going to stderr.  In a typical unix shell, I'd do &> logfile.txt
instead of what you wrote, but I don't know what to do on DOS.

Cheers,
- Graham

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

Reply via email to