]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/type-swallow-translator.cc
(stop_translation_timestep): don't
[lilypond.git] / lily / type-swallow-translator.cc
index 11f79a70cb372c0508d3a76442230325a91b8147..2f0c0bc3ea5440d9715c86aec06caed1a2d46b4a 100644 (file)
@@ -3,7 +3,7 @@
 
   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 "translator.hh"
@@ -38,7 +38,6 @@ ADD_TRANSLATOR (Skip_event_swallow_translator,
                "",
                "skip-event",
                "",
-               "",
                "");
 
 Rest_swallow_translator::Rest_swallow_translator (){}
@@ -48,8 +47,6 @@ ADD_TRANSLATOR (Rest_swallow_translator,
                "",
                "rest-event",
                "",
-               "",
-
                "");
 
 class Note_swallow_translator : public Translator
@@ -70,6 +67,6 @@ ADD_TRANSLATOR (Note_swallow_translator,
                "",
                "note-event",
                "",
-               "",
+
                "");