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
>            'elements
>            (list (make-music
> ...
>
> IMO, it would be much nicer if it produced
> GNU LilyPond 2.8.2
> Processing `bug.ly'
> Parsing...
> (make-music
>    'SequentialMusic
>    'elements
>    (list (make-music
> ...

Try redirecting stderr and stdout to different files:

lilypond bug.ly 2>err >out

and you'll understand why the current behaviour is intended.

-- 
Erik


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

Reply via email to