]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-perf.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / swallow-perf.cc
index 92c7c4ba9c0bd971732f25a43d82c7fb9bc1806f..150e61b274a8d7977b7df7df02a992ad8b1e782f 100644 (file)
@@ -3,10 +3,11 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "performer.hh"
+#include "music.hh"
 
 class Swallow_performer : public Performer
 {
@@ -29,10 +30,11 @@ Swallow_performer::try_music (Music *m)
 Swallow_performer::Swallow_performer ()
 {}
 
+#include "translator.icc"
+
 ADD_TRANSLATOR (Swallow_performer,
-               /* descr */ "",
-               /* creats*/ "",
-               /* accepts */ "general-music",
-               /* acks  */ "",
-               /* reads */ "",
+               /* doc */ "",
+               /* create */ "",
+               /* accept */ "general-music",
+               /* read */ "",
                /* write */ "");