]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-perf.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / swallow-perf.cc
index 5c5654a1ad18562d08eed89a01c0a1d8492a5665..2bd42dfa5cb44ea8cb69098b2895d7e98cc36dd8 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "performer.hh"
@@ -20,8 +20,7 @@ protected:
 bool
 Swallow_performer::try_music (Music *m)
 {
-  if (m->is_mus_type ("busy-playing-event")
-      || m->is_mus_type ("melisma-playing-event"))
+  if (m->is_mus_type ("melisma-playing-event"))
     return false;
   else
     return true;
@@ -35,6 +34,5 @@ Swallow_performer::Swallow_performer ()
 ADD_TRANSLATOR (Swallow_performer,
                /* doc */ "",
                /* create */ "",
-               /* accept */ "general-music",
                /* read */ "",
                /* write */ "");