From 92f8192a33842605b39a1c9f6949638aba76d8e9 Mon Sep 17 00:00:00 2001 From: Anders Pilegaard Date: Mon, 15 Apr 2013 23:14:00 +0200 Subject: [PATCH] Cleanup from "Make midiMaximumVolume take effect ..." - Remove one previously expected warning - Update documentation --- Documentation/notation/input.itely | 13 +++++-------- input/regression/typography-demo.ly | 1 - 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index bc28529f5c..8c16fd32d7 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -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 { diff --git a/input/regression/typography-demo.ly b/input/regression/typography-demo.ly index a28429b9db..db3d727e3a 100644 --- a/input/regression/typography-demo.ly +++ b/input/regression/typography-demo.ly @@ -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 -- 2.39.2