]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-perf.cc
* lily/align-interface.cc (stretch_after_break): new
[lilypond.git] / lily / swallow-perf.cc
index 92c7c4ba9c0bd971732f25a43d82c7fb9bc1806f..31e76c4829210d5359edb29dc4d5bc0a0050c794 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #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 */ "");