]> git.donarmstrong.com Git - lilypond.git/commit
Fixes the reading of the positions property in tuplet-number.cc.
authorMike Solomon <mike@apollinemike.com>
Sat, 1 Oct 2011 18:05:12 +0000 (20:05 +0200)
committerMike Solomon <mike@apollinemike.com>
Sat, 1 Oct 2011 18:05:12 +0000 (20:05 +0200)
commit71da6417b8defa33c6c5a2a6ace29d5666e5c1cf
tree8d070a65367683d079a85b12bd0eacd268a011ef
parent4f49b000d6e257724e311b406e2346b8388c1f0e
Fixes the reading of the positions property in tuplet-number.cc.

Positions can theoretically be "empty" if the left is higher than
the right.  Thus, to find its center, we don't use the interval
center function and instead find the center manually.
lily/tuplet-number.cc