]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-perf.cc
Run `make grand-replace'.
[lilypond.git] / lily / swallow-perf.cc
index a2e3aa7b85b3306a77914ae290eb2d52de5e55af..d24b9339a490d8c5ad754146b171a2bedcfacbbc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "performer.hh"
@@ -32,8 +32,15 @@ Swallow_performer::Swallow_performer ()
 #include "translator.icc"
 
 ADD_TRANSLATOR (Swallow_performer,
-               /* doc */ "",
-               /* create */ "",
-               /* accept */ "general-music",
-               /* read */ "",
-               /* write */ "");
+               /* doc */
+               "",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               ""
+               );