Originally created by: *anonymous
Originally created by: pkx1...@gmail.com
PrzemysławPawełczyk via gnu.org
to bug-lilypond
Hello.
I spotted this bug 2 months ago. Was easy to workaround, so I forgot to
notify about it. Affects both stable and dev branch.
%\version "2.14.2"
\version "2.15.26"
global = { \key c \major \time 4/4 }
rightHand = \relative c' { \clef treble c8 d e f g a b c \bar "|." }
dynamics = { s4\p\< s4 s4\> s8 s8\! }
% crescendo doesn't work in midi unless it's terminated with explicit \!
% (like the following decrescendo here)
% there is no problem if you use absolute dynamic to terminate, though
\score {
\new PianoStaff = "piano" <<
\new Staff = "up" << \global \dynamics \rightHand >>
>>
\midi {}
}
Originally posted by: simon.al...@mail.de
(No comment was entered for this change.)
Summary: (de)crescendo terminated with (de)crescendo doesn't affect midi volume
Diff:
Issue 2232: fix MIDI output of abutting (de)crescendi
http://codereview.appspot.com/300300043
Passes make, make check and a full make doc.
Patch on countdown for June 12
Dan do we need a changes.tely entry for this?
It looks like something that has changed but I am not proficient enough to know if a user would notice or if the user now has additional/different functionality that needs documenting.
Patch counted down - please push.
Dan if we need to do something in 'Changes' can you add a tracker so it doesn't get forgotten?
I don't think this bug-fix is significant enough to mention.
Diff:
Related
Issues:
#2f4e12f1b0cb5dfb32f193f87e7ca28c406b87771