]> 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)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 14 Jun 2011 21:51:50 +0000 (22:51 +0100)
commita31ea2385b8587fe364eb6ce0874ece14f2218f2
tree1e98201fba450f1d64c3cd7c2fed0e94a2791d28
parent104f80daf1dab11ef5b598006e3d4be8dfbe1926
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