]> git.donarmstrong.com Git - lilypond.git/commit
Fix #1751: Create HorizontalBracket grobs with correct event-cause.
authorNeil Puttock <n.puttock@gmail.com>
Sun, 10 Jul 2011 21:59:33 +0000 (22:59 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sun, 10 Jul 2011 21:59:33 +0000 (22:59 +0100)
commit704a0bcff798abdeabe103f874c4443f5f474b00
tree5ad8a702398817134358050456c75d529f42be99
parent1c25a897e494282ce0c89c4c5df3c9647d272995
Fix #1751: Create HorizontalBracket grobs with correct event-cause.

* input/regression (horizontal-bracket-tweak.ly)

  new regtest: test \tweak behaviour for nested brackets

* lily/horizontal-bracket-engraver.cc (stop_translation_timestep):

  clear stored start-events so they don't hang around beyond the current
  timestep
input/regression/horizontal-bracket-tweak.ly [new file with mode: 0644]
lily/horizontal-bracket-engraver.cc