]> git.donarmstrong.com Git - lilypond.git/commit
Grace notes: only shorten previous note if overlapping
authorDevon Schudy <dschudy@gmail.com>
Fri, 29 Nov 2013 03:05:13 +0000 (19:05 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Fri, 29 Nov 2013 19:44:50 +0000 (11:44 -0800)
commitca313ffb0f6a3fe1dd5bcacfcabe2edd7a50697e
tree44830b226e9cadde326e5d3ea814899d67fed256
parent6cec57bf0989098fce173703b894f7718bf9c10d
Grace notes: only shorten previous note if overlapping

Previously a grace note after a rest shortened the last note before the
rest.

This patch shortens the previous note to the start of the grace note
rather than by the length of the grace note, so notes before rests
aren't affected unless the grace notes are longer than the rest.
input/regression/midi-grace-after-rest.ly [new file with mode: 0644]
lily/note-performer.cc