From: Trevor Daniels Date: Tue, 8 Jul 2008 09:50:30 +0000 (+0100) Subject: GDP NR 3.5 Typos X-Git-Tag: release/2.11.52-1~12^2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3a22834fb6fe96b9cb0cdfa8ffb4735e651d038f;hp=a1c8d37a9b866d8ae488d457cf05636f0c4e06d7;p=lilypond.git GDP NR 3.5 Typos --- diff --git a/Documentation/user/input.itely b/Documentation/user/input.itely index ffd64f4867..8431acfb4c 100644 --- a/Documentation/user/input.itely +++ b/Documentation/user/input.itely @@ -1445,12 +1445,12 @@ indication to be printed: @example \score @{ @var{...music...} - \midi @{ - \context @{ - \Score - tempoWholesPerMinute = #(ly:make-moment 72 4) - @} - @} + \midi @{ + \context @{ + \Score + tempoWholesPerMinute = #(ly:make-moment 72 4) + @} + @} @} @end example @@ -1470,8 +1470,9 @@ tempoWholesPerMinute = #(ly:make-moment 270 8) Context definitions follow precisely the same syntax as those within a @code{\layout} block. Translation modules for sound are called performers. The contexts for MIDI output are defined in -@file{ly/@/performer@/-init@/.ly} (see @rlearning{Other sources -of information}. For example, to remove the effect of dynamics +@file{ly/@/performer@/-init@/.ly}, +see @rlearning{Other sources of information}. +For example, to remove the effect of dynamics from the MIDI output, insert the following lines in the @code{\midi@{ @}} block. @@ -1501,7 +1502,6 @@ in a @code{\score} block. @snippets -@c TODO Check header and text appear in this example @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] {changing-midi-output-to-one-channel-per-voice.ly}