]> git.donarmstrong.com Git - lilypond.git/commit
Fixes a tuplet bracket bug caused by 32570e8ac85561afc1f59712301ee80c0d69d2b3.
authorMike Solomon <mike@apollinemike.com>
Mon, 29 Aug 2011 09:11:49 +0000 (11:11 +0200)
committerMike Solomon <mike@apollinemike.com>
Mon, 29 Aug 2011 09:11:49 +0000 (11:11 +0200)
commit298a9feb39e18046044779a802a5a521ac939c09
tree26926179695f24517038dfdb933aea2da877c3e3
parent340d7b49e816a5930ae39e17212415f16c8d152d
Fixes a tuplet bracket bug caused by 32570e8ac85561afc1f59712301ee80c0d69d2b3.

Tuplet bracket positions were being calculated before beamed stem
positions were set.  This patch triggers the setting of stem positions
before the calculation of these brackets.
lily/tuplet-bracket.cc