From 63d84a02a2fb0f722dfdb9e965f6b715f274a13e Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 9 Mar 2007 21:23:12 -0800 Subject: [PATCH] Small update from mailist. --- Documentation/user/non-music.itely | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/user/non-music.itely b/Documentation/user/non-music.itely index cf6f1a007c..c8754c5bb1 100644 --- a/Documentation/user/non-music.itely +++ b/Documentation/user/non-music.itely @@ -870,6 +870,19 @@ will not work properly but will. +MIDI output is only created when the @code{\midi} command is within +a @code{\score} block. If you put it within an explicitly instantiated +context ( i.e. @code{\new Score} ) the file will fail. To solve this, +enclose the @code{\new Score} and the @code{\midi} in a @code{\score} block. + +@example +\score @{ + \new Score @{ @dots{}notes@dots{} @} + \midi +@} +@end example + + @node MIDI block @subsection MIDI block @cindex MIDI block -- 2.39.2