]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/type-swallow-trans.cc
release: 1.1.1
[lilypond.git] / lily / type-swallow-trans.cc
index bd85e4051432b0512729c54a29eb2a5bbfa50939..3ef7567af594db22b9e7fa4d01d36f0c3071c918 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "type-swallow-trans.hh"
@@ -17,9 +17,9 @@ Type_swallow_translator::Type_swallow_translator ()
 bool
 Type_swallow_translator::do_try_request (Request*r)
 {
-  if (type_&&r->is_type_b (type_))
-      return true;
-  return false;
+  //  if (type_ && type_->before (typeid( *r))) // 
+  //  return true;
+  return false;                        // ugh. FIXME.
 }
 
 IMPLEMENT_IS_TYPE_B1(Type_swallow_translator, Translator);