lilypond-user
[Top][All Lists]
Advanced

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

Re: What am I doing wrong???


From: Mats Bengtsson
Subject: Re: What am I doing wrong???
Date: Mon, 27 Sep 2004 11:16:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

This is my piece now, but now that I also added a \midi block, there are problems with writing dvi output... midi output is pretty ok... it's not Lilypond's fault, I made some mis-interpretations which I can fix now... when I remove the \midi block output goes fine... If I place \midi somewhere else, everything goes wrong... it's not fair!


By default, LilyPond produces output intended for paper even if you don't
specify a \paper{...} block, but as soon as you have a \midi{...}, you also
need a \paper{...} (which may be empty). So just do
\score{
...
\midi{ \tempo ...}
\paper{}
}

I'm pretty sure this is described in the manual.

  /Mats






reply via email to

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