]> 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)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 10 Jul 2011 22:37:58 +0000 (16:37 -0600)
commit58956ae1c085b14dbee58b2dd6abb4edd5d81890
tree879be9088fae8edc3e52990ecdf194f045e974e3
parente67978ee7e9a0249bb8a4df92a056d097d3e532a
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