bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1661 in lilypond: MIDI dynamics take effect one note too late


From: lilypond
Subject: Re: Issue 1661 in lilypond: MIDI dynamics take effect one note too late
Date: Wed, 11 Jan 2012 06:32:08 +0000


Comment #2 on issue 1661 by address@hidden: MIDI dynamics take effect one note too late
http://code.google.com/p/lilypond/issues/detail?id=1661

Pavel suggested a *very* useful workaround on lilypond-user. When dynamics are in a separate Voice, place the dynamics before the Voices that should be affected :

  music = { c'2\ffff  d'\ppp  | c' d' }
  dynamics = { s1 | s2\ffff s2\ppp }
  \score { \new Staff << \music \dynamics >>
    \layout {}
  }
  \score { \new Staff << \dynamics \music >>
    \midi {}
  }




reply via email to

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