Re: \displayMusic should begin with a newline

2006-05-11 Thread Paul Scott
Johannes Schindelin wrote: Hi, On Thu, 11 May 2006, Paul Scott wrote: Graham Percival wrote: But IIRC windows doesn't support pipes -- Sure it does. The original DOS came from some version of Unix. Redirection and pipes have always been there. I just taught their use this

Re: \displayMusic should begin with a newline

2006-05-11 Thread Johannes Schindelin
Hi, On Thu, 11 May 2006, Paul Scott wrote: > Graham Percival wrote: > > > But IIRC windows doesn't support pipes -- > Sure it does. The original DOS came from some version of Unix. > Redirection and pipes have always been there. I just taught their use > this week in a WXP class. At least

Re: \displayMusic should begin with a newline

2006-05-11 Thread Paul Scott
Graham Percival wrote: On 11-May-06, at 7:01 AM, Erik Sandberg wrote: On Thursday 11 May 2006 14:30, Graham Percival wrote: Processing `bug.ly' Parsing...(make-music 'SequentialMusic Try redirecting stderr and stdout to different files: lilypond bug.ly 2>err >out and you'll understand

Re: \displayMusic should begin with a newline

2006-05-11 Thread Mats Bengtsson
Geoff Horton wrote: OK, I suppose that I could add that to the manual; it's easy enough on linux and OSX. But IIRC windows doesn't support pipes -- can I assume that anybody on windows would be using cygwin/bash ? I don't think so. There's not even a cygwin version of 2.8 available. You

Re: \displayMusic should begin with a newline

2006-05-11 Thread Geoff Horton
OK, I suppose that I could add that to the manual; it's easy enough on linux and OSX. But IIRC windows doesn't support pipes -- can I assume that anybody on windows would be using cygwin/bash ? I don't think so. There's not even a cygwin version of 2.8 available. Or is there another way to ge

Re: \displayMusic should begin with a newline

2006-05-11 Thread Mats Bengtsson
Graham Percival wrote: OK, I suppose that I could add that to the manual; it's easy enough on linux and OSX. But IIRC windows doesn't support pipes -- can I assume that anybody on windows would be using cygwin/bash ? Or is there another way to get stdout and stderr in separate files on win

Re: \displayMusic should begin with a newline

2006-05-11 Thread Graham Percival
On 11-May-06, at 7:01 AM, Erik Sandberg wrote: On Thursday 11 May 2006 14:30, Graham Percival wrote: Processing `bug.ly' Parsing...(make-music 'SequentialMusic Try redirecting stderr and stdout to different files: lilypond bug.ly 2>err >out and you'll understand why the current behaviou

Re: \displayMusic should begin with a newline

2006-05-11 Thread Erik Sandberg
On Thursday 11 May 2006 14:30, Graham Percival wrote: > A simple example of \displayMusic produces: > > spark:~/tmp gperciva$ lilypond bug.ly > GNU LilyPond 2.8.2 > Processing `bug.ly' > Parsing...(make-music >'SequentialMusic >'elements >(list (make-music >'EventChord >

\displayMusic should begin with a newline

2006-05-11 Thread Graham Percival
A simple example of \displayMusic produces: spark:~/tmp gperciva$ lilypond bug.ly GNU LilyPond 2.8.2 Processing `bug.ly' Parsing...(make-music 'SequentialMusic 'elements (list (make-music 'EventChord 'elements (list (make-music ... IMO, it would be much nicer