bug-lilypond
[Top][All Lists]
Advanced

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

Re: midi output goes silent when appoggiatura has crescendo (lilypond 2.


From: Mats Bengtsson
Subject: Re: midi output goes silent when appoggiatura has crescendo (lilypond 2.8.1)
Date: Sun, 21 May 2006 23:20:05 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

If you search the mailing list archives, you will learn that this
is an old well-known bug which has nothing to do with appoggiaturas. The problem is that you have a crescendo in a voice where you have not earlier specified any absolute dynamics, such as a \f or \p or
whatever. Then, LilyPond doesn't know at what dynamic level to start
the crescendo and for some silly reason the result is silence.

  /Mats

Quoting Russ Jorgensen <address@hidden>:

Hi,

The following lilypond file demonstrates a midi bug where midi output goes
silent when an appoggiatura includes a crescendo.

    -Russ

\version "2.8.1"

\score {
\new Staff {
\clef treble
\key c \major
\time 4/4
\relative c' {
\appoggiatura { c16\mf [ d16 ] } e4
\appoggiatura { c16 [ d16 ] } e4
\appoggiatura { c16 \< [ d16 ] } e4 \!
\appoggiatura { c16 \< [ d16 ] } e4 \!
}
}
\midi {
\tempo 4 = 120
}
\layout { }
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

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