]> git.donarmstrong.com Git - lilypond.git/commit
Autobeaming works properly with tuplet recheck (Issue 2408)
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 17 Mar 2012 03:17:36 +0000 (21:17 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 24 Mar 2012 15:40:25 +0000 (09:40 -0600)
commit1a4767cac76e0c1a11d5e28d5c7ec91872f57ddf
tree3430ce29cd57b2fecc63f9d0d4bbfa322033bb84
parentc956f86bddf93ec5bfa7c9afb8462df783207558
Autobeaming works properly with tuplet recheck (Issue 2408)

When a new shortest duration is added to a beam, the beam is
rechecked for desired division.  Prior to this fix, the tuplet
multiplication factor was ignored when calculating the duration
of each note in the beam during the recheck.

Fix potential memory leak in beaming-pattern::end_moment
input/regression/autobeam-tuplet-recheck.ly [new file with mode: 0644]
lily/beaming-pattern.cc