Comment #17 on issue 2707 by [email protected]: Patch: Midi volume fixes
http://code.google.com/p/lilypond/issues/detail?id=2707
Now the obvious fix, and one which the source code has apparently already
been preppred for, is
diff --git a/input/regression/morgenlied.ly b/input/regression/morgenlied.ly
index 182cc64..49fd4b1 100644
--- a/input/regression/morgenlied.ly
+++ b/input/regression/morgenlied.ly
@@ -112,7 +112,7 @@ pianoRH = \relative c''' \repeat volta 2 {
<g e>8( <es fis a> <d f b> <c e c'>) r8 r |
r8 c'( e,) f r a |
\once \override DynamicLineSpanner #'padding =#3
- r8 << { s8 s8 } << { fis(\> g)\!
+ r8 << { s8\> s8\! } << { fis( g)
} \\ { c,4 } >> >> r8 <e c g> <e c g> |
<d c a>4. r8 \clef bass <d b f> <d b f> |
e,16_" "_\markup { \bold\italic cresc. } g c g e g d gis b gis d gis |
That should get rid of the warning. Of course, with the sparse
distribution of dynamic commands it is unlikely anyway that the Midi
reflects the intent of the composer throughout the voices and staffs.