]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/crescendo-return-crescendo.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / crescendo-return-crescendo.ly
1 \version "2.19.44"
2
3 \header {
4   texidoc="The dynamic performer chooses a reasonable peak dynamic and
5   returns to the original dynamic.  The latter, extreme crescendo does
6   not affect the former."
7 }
8
9 \score {
10    { c\mf\< c\> c\< c\sf }
11    \midi {}
12 }