]> git.donarmstrong.com Git - lilypond.git/commit
Tuplet brackets should reliably not follow kneed beams, regardless of whether Beam...
authorDevon Schudy <dschudy@gmail.com>
Sun, 30 Mar 2014 05:15:57 +0000 (01:15 -0400)
committerJames Lowe <pkx166h@gmail.com>
Mon, 14 Apr 2014 22:32:02 +0000 (23:32 +0100)
commit731c856348456b8286e1e40a2f6aa4118c304107
tree4bea95addf853157f4599c451a4dc0e83c4b1d30
parent0b4a6579d13603db4c786c8ecbde2ae52b1c6050
Tuplet brackets should reliably not follow kneed beams, regardless of whether Beam::is_knee has been called yet.

This affects input/regression/tuplet-number-kneed-beam-horizontal-fit,
and the following:
{
  \override TupletBracket.bracket-visibility = ##t
  \times 1/2 { c8 c''' c c''' }
}

Is it safe to call Beam::is_knee in Tuplet_bracket::calc_position_and_height?
input/regression/tuplet-number-kneed-beam-horizontal-fit.ly
lily/tuplet-bracket.cc