]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/recording-group-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / recording-group-engraver.cc
index 896ad6f694e6d2a4edbc48b70be9564bb986eb46..c0091cc834571ee68abf6d835ac679a674ee5861 100644 (file)
@@ -4,17 +4,11 @@
   source file of the GNU LilyPond music typesetter
 
   (c) 2003--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
-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;