lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Successive crescendo/decrescendo fades to silence


From: Javier Ruiz-Alma
Subject: Successive crescendo/decrescendo fades to silence
Date: Fri, 23 Oct 2015 03:44:23 +0000 (UTC)

This tiny example with swells of crescendo-decrescendos compiles without warning, typesets as expected, but the midi unexpectedly fades to silence.  Terminating the crescendos with \! before adding the decrescendo fixes the issue, but NR shows this as valid syntax.  Bug?

\version "2.18.2"
\score {
   \new Staff {
     \new Voice {
       \relative d' {
         \time 3/4
         r8 d\mp e f f g
         \repeat unfold 4 {
          r8 d\< e f f\> g\!
         }
       }
     }
   }
\layout { }
\midi { }
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]