]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4886: Replace Grace_beam_engraver::listen_beam
authorDavid Kastrup <dak@gnu.org>
Sun, 5 Jun 2016 14:32:11 +0000 (16:32 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 12 Jun 2016 11:12:32 +0000 (13:12 +0200)
commitece0ac805c9705a936915114f82a4532b1b548dc
tree564119d5ebee6073c245ed64ce79d7e3004b622b
parent05ddf3b60d68b70afce5ff79992e725267bdca46
Issue 4886: Replace Grace_beam_engraver::listen_beam

The comment for it complains about copy&paste code, but the
actual code for Beam_engraver::listen_beam has evolved since
then and the changes, while seeming appropriate for the
Grace_beam_engraver as well, have not been copied over.

Deleting the listener callback and instead utilizing
the one from the base class Beam_engraver seems like
the sanest course of action.
lily/beam-engraver.cc