]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/decrescendo-single-contrary-target.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / midi / decrescendo-single-contrary-target.ly
1 \version "2.19.45"
2
3 \header {
4   texidoc="When a decrescendo is followed by an explicit dynamic that
5   is louder than the starting dynamic, the dynamic performer chooses a
6   reasonable target dynamic.  The velocity of notes during the
7   decrescendo is linearly interpolated between the starting and target
8   dynamics, with the explicit dynamic taking effect at the last
9   moment."
10 }
11
12 \score {
13    { c\mf\> c c\f }
14    \midi {}
15 }