]> git.donarmstrong.com Git - lilypond.git/commit
Bad positioning of tuplet numbers on kneed beams with Beam.positions override.
authorDavid Nalesnik <david.nalesnik@gmail.com>
Sat, 29 Mar 2014 12:25:40 +0000 (07:25 -0500)
committerDavid Nalesnik <david.nalesnik@gmail.com>
Sat, 5 Apr 2014 12:48:05 +0000 (07:48 -0500)
commit227422e1ebf5390534e74709fe006edb29133712
treed4564b27733a58a816457c00bdfa3c25c5ccf28b
parent82e74a9fbd7cde8bb2b2a0c2d2ee081bc8951afa
Bad positioning of tuplet numbers on kneed beams with Beam.positions override.

Previously, when Beam.positions was overridden, tuplet numbers on kneed beams
would automatically be placed according to the bracket instead of against
the beam.  This happened because the check for whether the beam was kneed
or not returned false in such cases.  This patch replaces that check.

It also:

--adds a regtest demonstrating behavior with Beam.position overrides
--removes some redundant code
input/regression/tuplet-number-kneed-beam-positions.ly [new file with mode: 0644]
lily/tuplet-number.cc