X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-engraver.cc;h=0b6a7248171fa702f5e917a5aef3b7beac58c08b;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=7d0c851ab0627d80090556a7c024725b3582238c;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/swallow-engraver.cc b/lily/swallow-engraver.cc index 7d0c851ab0..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--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "engraver.hh" @@ -29,8 +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 */ "", - /* 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 */ + "" + );