]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/crescendo-gap-compatible-target.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / crescendo-gap-compatible-target.ly
1 \version "2.19.45"
2
3 \header {
4   texidoc="When there is a gap between the end of a crescendo and a
5   subsequent explicit dynamic, the dynamic performer uses the explicit
6   dynamic as the target of the crescendo."
7
8   %% Note: Choosing this behavior simplified the implementation.  In
9   %% the developer's opinion, it is difficult to argue that choosing a
10   %% target dynamic that under- or overshoots the explicit dynamic is
11   %% more correct.
12
13 }
14
15 \score {
16    { c\mf\< c\! c\f }
17    \midi {}
18 }