bug-lilypond
[Top][All Lists]
Advanced

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

bug with midi output (crescendos)


From: Pedro Kröger
Subject: bug with midi output (crescendos)
Date: Sun, 27 Mar 2005 21:44:17 -0300
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Hi,

it seems that midi output has a bug that makes the notes after the
crescendo not to be heard. the notes are there, but the volume is zeroed
or something like that. it has something to do with the use of the midi
controller 7

here is an example:

\book {
  \score {
      \new Staff {
        \set Staff.midiInstrument = "string ensemble 1"
        \clef bass
        \relative c, {
          c1
          d1\<
          e1\f
          f
        }
      }
    \layout {}
    \midi {\tempo 4 = 60}
  }
}

Pedro




reply via email to

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