]> git.donarmstrong.com Git - lilypond.git/commit
Fix #1679: Premature end to TextSpanner with full-bar rest.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 14 Jun 2011 21:51:50 +0000 (22:51 +0100)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 25 Jun 2011 06:21:43 +0000 (00:21 -0600)
commit8fbdde4680196538bbb3ef2d6912b0c87de8b9af
tree7beda137e613d2c5e567ae5854e39022c9743e60
parent04502a364954ecc5ce50555bd3a262a0be2d3c77
Fix #1679: Premature end to TextSpanner with full-bar rest.

* input/regression/text-spanner-full-rest.ly:

  new regtest

* lily/text-spanner-engraver.cc (acknowledge_note_column):

  only add bound item for current spanner if it doesn't already have its
  left bound set to prevent right bound being set prematurely
input/regression/text-spanner-full-rest.ly [new file with mode: 0644]
lily/text-spanner-engraver.cc