]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4664: Ensure one beam is left in subdivided beams
authorUrs Liska <ul@openlilylib.org>
Wed, 25 Nov 2015 12:44:27 +0000 (13:44 +0100)
committerUrs Liska <ul@openlilylib.org>
Wed, 25 Nov 2015 15:14:26 +0000 (16:14 +0100)
commit64e94922019fbcab30f80f06de2471331547b276
tree3d31b9bb56277a2d19e59585026310a1b21b12ed
parenteadbe19c831900eab4aec87c394d5ac8f2ee3bb5
Issue 4664: Ensure one beam is left in subdivided beams

Issue #4355 introduced the concept that in subdivided beams the
division beam should reflect the length of the subsequent group.

However, with groups equal to or longer than one quarter note this
resulted in *no* beam left.

This commit ensures that at least one beam is returned when a beam is
active and subdivideBeam = ##t
input/regression/beam-subdivide-quarter-notes.ly [new file with mode: 0644]
lily/beaming-pattern.cc