lilypond-user
[Top][All Lists]
Advanced

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

Re: where goes \midi {}


From: yota
Subject: Re: where goes \midi {}
Date: Sun, 1 Nov 2009 13:08:32 -0800 (PST)

found ... in doc

MIDI output is created only when a \midi block is included within a score
block defined with a \score command. If it is placed within an explicitly
instantiated score context (i.e. within a \new Score block) the file will
fail. To solve this, enclose the \new Score and the \midi commands in a
\score block.

    \score {
      \new Score { …notes… }
      \midi { }
    }


which is pretty dirty :)
-- 
View this message in context: 
http://old.nabble.com/where-goes-%5Cmidi-%7B%7D-tp26154265p26154635.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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