]> git.donarmstrong.com Git - lilypond.git/commitdiff
add code snippets for MIDI.
authorHeikki Junes <heikki.junes@hut.fi>
Sun, 14 Nov 2004 21:11:13 +0000 (21:11 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sun, 14 Nov 2004 21:11:13 +0000 (21:11 +0000)
ChangeLog
Documentation/user/sound-output.itexi

index 54809d42d35308731520d8afdf71cdc485acdffd..b3e861d6c9707ef6582a3cc79c308bdafa219c3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/sound-output.itexi: add code snippets for MIDI.
+
 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
index 66fc5377c8246101c4d6805ae1221c90591924f5..6a90ff227d4353586fa1935756d105d8d89d183f 100644 (file)
@@ -123,6 +123,12 @@ The MIDI instrument name is set by the @code{Staff.midiInstrument}
 property.  The instrument name should be chosen from the list in
 @ref{MIDI instruments}.
 
+@example
+  \set Staff.midiInstrument = "glockenspiel"
+  @var{...notes...}
+@end example
+
 If the selected instrument does not exactly match an instrument from
-the list of MIDI instruments, the Grand Piano instrument is used.
+the list of MIDI instruments, the Grand Piano (@code{"acoustic grand"})
+instrument is used.