X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frecording-group-engraver.cc;h=c0091cc834571ee68abf6d835ac679a674ee5861;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=896ad6f694e6d2a4edbc48b70be9564bb986eb46;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/recording-group-engraver.cc b/lily/recording-group-engraver.cc index 896ad6f694..c0091cc834 100644 --- a/lily/recording-group-engraver.cc +++ b/lily/recording-group-engraver.cc @@ -4,17 +4,11 @@ source file of the GNU LilyPond music typesetter (c) 2003--2006 Han-Wen Nienhuys - -TODO: junk this file */ #include "recording-group-engraver.hh" #include "context.hh" -#include "music.hh" -/* - TODO: Junk this class, extract events directly instead. -*/ void Recording_group_engraver::derived_mark () const { @@ -57,7 +51,7 @@ Recording_group_engraver::finalize () bool Recording_group_engraver::try_music (Music *m) { - bool retval = true;//Translator_group::try_music (m); + bool retval = Translator_group::try_music (m); add_music (m->self_scm (), ly_bool2scm (retval)); return retval;