Updates:
        Status: Fixed
        Labels: -Patch-review

Comment #10 on issue 1647 by [email protected]: MIDI skips note if the pitch is already sounding in the same channel
http://code.google.com/p/lilypond/issues/detail?id=1647

The generated midi file gives a continuous sound, effectively a single note.

Oh. That would indicate that the fix did *not* take effect. The idea was to have it sound as printed, with two notes.

The code in git sounds both notes. Version 2.15.2 should have this fix. Version 2.14 did not get the fix because this was not a critical issue.

\score{
  \new Staff {
    << {r8 g'4} \\ {g'4 r8} >>
  }
  \layout {}
  \midi{}
}

Attachments:
        1647.fixed.midi  141 bytes


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to