]> git.donarmstrong.com Git - lilypond.git/commitdiff
Cleanup from "Make midiMaximumVolume take effect ..."
authorAnders Pilegaard <arrowyard@gmail.com>
Mon, 15 Apr 2013 21:14:00 +0000 (23:14 +0200)
committerJames Lowe <pkx166h@gmail.com>
Sat, 11 May 2013 16:12:11 +0000 (17:12 +0100)
 - Remove one previously expected warning
 - Update documentation

Documentation/notation/input.itely
input/regression/typography-demo.ly

index bc28529f5c3b0f3649a78d96d44b81748fa20d27..8c16fd32d71791fc99d9661607cd3ce304ffbeb6 100644 (file)
@@ -3040,11 +3040,10 @@ The final example in this section shows how this might be done.
 
 The minimum and maximum overall volume of MIDI dynamic markings is
 controlled by setting the properties @code{midiMinimumVolume} and
-@code{midiMaximumVolume} at the @code{Score} level.  These
-properties have an effect only on dynamic marks, so if they
-are to apply from the start of the score a dynamic mark must be
-placed there.  The fraction corresponding to each dynamic mark is
-modified with this formula
+@code{midiMaximumVolume} at the @code{Score} level.  These properties
+have an effect only at the start of a voice and on dynamic marks.  The
+fraction corresponding to each dynamic mark is modified with this
+formula
 
 @example
 midiMinimumVolume + (midiMaximumVolume - midiMinimumVolume) * fraction
@@ -3098,9 +3097,7 @@ equalizer, which can enhance the quality of the MIDI output
 remarkably.
 
 In this example the volume of the clarinet is reduced relative
-to the volume of the flute.  There must be a dynamic
-mark on the first note of each instrument for this to work
-correctly.
+to the volume of the flute.
 
 @lilypond[verbatim,quote]
 \score {
index a28429b9dbe4e0a1626b8dcaaaaf93431f03e182..db3d727e3a3c6421b9eff5ff503f218d89cb2641 100644 (file)
@@ -10,7 +10,6 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
 
 \version "2.17.6"
 #(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI."))
-#(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI."))
 
 ignoreMelisma =        \set ignoreMelismata = ##t
 ignoreMelismaOff = \unset ignoreMelismata