bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 2232 in lilypond: (de)crescendo terminated with (de)crescendo does


From: lilypond
Subject: Issue 2232 in lilypond: (de)crescendo terminated with (de)crescendo doesn't afftect midi volume
Date: Thu, 19 Jan 2012 15:07:05 +0000

Status: Accepted
Owner: ----
CC: address@hidden
Labels: Type-Defect

New issue 2232 by address@hidden: (de)crescendo terminated with (de)crescendo doesn't afftect midi volume
http://code.google.com/p/lilypond/issues/detail?id=2232

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 { }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]