]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/decrescendo-multiple-compatible-target.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / decrescendo-multiple-compatible-target.ly
1 \version "2.19.45"
2
3 \header {
4   texidoc="The dynamic performer apportions changes to consecutive
5   decrescendi in proportion to their duration.  In this case, 1/3 of
6   the change occurs over the first decrescendo."
7 }
8
9 \score {
10    { c\f\> c\! c2\> | c1\p }
11    \midi {}
12 }