]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/type-swallow-translator.cc
doc fixes, rune pats
[lilypond.git] / lily / type-swallow-translator.cc
index 8c33c86f56043c12c00aac684bd787dd703cfd6e..194bd605b3dc36343de2981680fcc72fd9feebc7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "type-swallow-translator.hh"
 
 
 bool
-Type_swallow_translator::do_try_music (Music*r)
+Type_swallow_translator::try_music (Music*r)
 {
   if (classname (r) == swallow_str_)
       return true;
   return false;
 }
 
-
-
 DECLARE_REQUEST_SWALLOWER(Skip_req);