From 7e55d9b60fe8c02fa85a153d7c7e1f9c1474fa95 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sun, 20 Jul 2008 12:04:31 +0100 Subject: [PATCH] GDP NR 3 Typos --- Documentation/user/input.itely | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 -- 2.39.5