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.



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

Reply via email to