X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-engraver.cc;h=f6cf49cdcb5dcf652ec33e8e9fe04733f1ebdc25;hb=455972425ff391f3c4ab80c689a8e9e803af8cc7;hp=0e597f3e52b7fc5f039d8c452ee1dfb671a0170c;hpb=91821bd59959b1289f2d711509017a4dacebecd2;p=lilypond.git diff --git a/lily/swallow-engraver.cc b/lily/swallow-engraver.cc index 0e597f3e52..f6cf49cdcb 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--2009 Han-Wen Nienhuys */ #include "engraver.hh" @@ -29,9 +29,17 @@ Swallow_engraver::Swallow_engraver () #include "translator.icc" ADD_TRANSLATOR (Swallow_engraver, - /* doc */ "This engraver swallows everything given to it silently. The purpose of " - "this is to prevent spurious \"event junked\" warnings.", - /* create */ "", - /* accept */ "general-music", - /* read */ "", - /* 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 */ + "" + );