]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/crescendo-single-unspecified-target.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / crescendo-single-unspecified-target.ly
1 \version "2.19.44"
2
3 \header {
4   texidoc="If no explicit dynamic follows a crescendo, the dynamic
5   performer chooses a reasonable target dynamic."
6 }
7
8 \score {
9    { c\mf\< c\! }
10    \midi {}
11 }