Delta Between Two Patch Sets: input/regression/midi/crescendo-return-louder-target.ly
Issue 302910043 :
Issue 4048: Improve crescendo performance with unspecified dynamics (Closed)
Left Patch Set: Add some regression tests
Right Patch Set: review response
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
input/regression/midi/crescendo-abutting.ly
input/regression/midi/crescendo-gap-compatible-target.ly
input/regression/midi/crescendo-return-crescendo.ly
input/regression/midi/crescendo-return-louder-target.ly
input/regression/midi/crescendo-return-softer-target.ly
input/regression/midi/crescendo-return-unspecified-target.ly
input/regression/midi/crescendo-single-compatible-target.ly
input/regression/midi/crescendo-single-unspecified-target.ly
input/regression/midi/decrescendo-multiple-compatible-target.ly
input/regression/midi/decrescendo-single-contrary-target.ly
lily/audio-item.cc
lily/dynamic-performer.cc
lily/include/audio-item.hh
lily/include/midi-item.hh
lily/midi-item.cc
lily/staff-performer.cc
LEFT RIGHT
(no file at all) 1 \version "2.19.45"
2
3 \header {
4 texidoc="The dynamic performer chooses a reasonable peak dynamic and
5 returns to the specified dynamic."
6 }
7
8 \score {
9 { c\mf\< c\> c\f }
10 \midi {}
11 }
LEFT RIGHT