]> git.donarmstrong.com Git - lilypond.git/commit
Fix lyric extenders to end properly when there are notes but no more lyrics.
authorChris Snyder <csnyder@adoromusicpub.com>
Mon, 16 Mar 2009 23:51:26 +0000 (16:51 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 16 Mar 2009 23:51:26 +0000 (16:51 -0700)
commit6ed75f76e04fade80b54b3f9c4445a326c4fcb78
treeda73178b31bac5206c4e3bc10e640271d001413e
parentb52309c31e2fafeed225c876c52ce306f9977d8c
Fix lyric extenders to end properly when there are notes but no more lyrics.

The previous extender code only ends extenders when the next
lyric is encountered. This can lead to issues when there are additional notes,
but no more lyrics. This patch adds a check to see if a
melisma is ending, completetizing the extender if appropriate.
input/regression/lyric-extender-completion.ly [new file with mode: 0644]
lily/extender-engraver.cc