]> git.donarmstrong.com Git - lilypond.git/commit
Fix spurious error playing initial grace notes (issue 1412)
authorDevon Schudy <dschudy@gmail.com>
Fri, 29 Nov 2013 03:00:02 +0000 (19:00 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Fri, 29 Nov 2013 19:44:44 +0000 (11:44 -0800)
commit6cec57bf0989098fce173703b894f7718bf9c10d
tree0c62d92f0e9db7074d671150161667590a65b008
parent8897ef492ffdc91447d1446411dd9f5ac7b425b4
Fix spurious error playing initial grace notes (issue 1412)

This happens because the MIDI output starts at tick 0, regardless of
when the first event is. Initial grace notes start start at negative
ticks, so midi_walker::output_event thinks they're out of order. Fixed
by starting at the first event.
lily/midi-walker.cc