From: Trevor Daniels Date: Sun, 20 Jul 2008 11:04:31 +0000 (+0100) Subject: GDP NR 3 Typos X-Git-Tag: release/2.11.53-1~2^2~2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e55d9b60fe8c02fa85a153d7c7e1f9c1474fa95;p=lilypond.git GDP NR 3 Typos --- diff --git a/Documentation/user/input.itely b/Documentation/user/input.itely index b80f67a29b..8f6a02b58c 100644 --- a/Documentation/user/input.itely +++ b/Documentation/user/input.itely @@ -1335,10 +1335,8 @@ settings. Therefore the midi file should not have more than 15 staves * Creating MIDI files:: * MIDI block:: * What goes into the MIDI output?:: -* MIDI instrument names:: * Repeats in MIDI:: * Controlling MIDI dynamics:: -* Microtones in MIDI:: @end menu @node Creating MIDI files @@ -1393,16 +1391,16 @@ The MIDI instrument to be used is specified by setting the The name should be chosen from the list in @ref{MIDI instruments}. @example -\new Staff { +\new Staff @{ \set Staff.midiInstrument = "glockenspiel" @var{...notes...} -} +@} @end example @example -\new Staff \with {midiInstrument = "cello"} { +\new Staff \with @{midiInstrument = "cello"@} @{ @var{...notes...} -} +@} @end example If the selected instrument does not exactly match an instrument from @@ -1865,7 +1863,7 @@ copied out and compiled to test microtones in your MIDI player. \midi {} } @end lilypond -@end ingore +@end ignore