]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/crescendo-single-compatible-target.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / crescendo-single-compatible-target.ly
1 \version "2.19.44"
2
3 \header {
4   texidoc="The velocity of notes during a crescendo is linearly
5   interpolated between the starting and target dynamics."
6 }
7
8 \score {
9    { c\mf\< c c\f }
10    \midi {}
11 }