Comment #2 on issue 1661 by k-ohara5...@oco.net: 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 {} } _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond