X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-engraver.cc;h=0b6a7248171fa702f5e917a5aef3b7beac58c08b;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=13fe922f67e70b124c797a8b7896d616c990ac9c;hpb=f2c2c5c43858f323e4708f83fd97e0f38017c275;p=lilypond.git diff --git a/lily/swallow-engraver.cc b/lily/swallow-engraver.cc index 13fe922f67..0b6a724817 100644 --- a/lily/swallow-engraver.cc +++ b/lily/swallow-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "engraver.hh" @@ -29,9 +29,17 @@ Swallow_engraver::Swallow_engraver () #include "translator.icc" ADD_TRANSLATOR (Swallow_engraver, - /* descr */ "This engraver swallows everything given to it silently. The purpose of " - "this is to prevent spurious \"event junked\" warnings.", - /* creats*/ "", - /* accepts */ "general-music", - /* reads */ "", - /* write */ ""); + /* doc */ + "This engraver swallows everything given to it silently." + " The purpose of this is to prevent spurious @q{event junked}" + " warnings.", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );