lilypond-devel
[Top][All Lists]
Advanced

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

\displayMusic should begin with a newline


From: Graham Percival
Subject: \displayMusic should begin with a newline
Date: Thu, 11 May 2006 05:30:06 -0700

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
...


Cheers,
- Graham





reply via email to

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