lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \displayMusic should begin with a newline


From: Erik Sandberg
Subject: Re: \displayMusic should begin with a newline
Date: Thu, 11 May 2006 16:01:30 +0200
User-agent: KMail/1.9.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]