X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstring-number-engraver.cc;h=0e429a957b4e73dab1458501639fb97fc70cc464;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=9164fe74bfb22de6657cd86581200ab9c5ddfcf9;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/string-number-engraver.cc b/lily/string-number-engraver.cc index 9164fe74bf..0e429a957b 100644 --- a/lily/string-number-engraver.cc +++ b/lily/string-number-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #include "engraver.hh" @@ -35,11 +35,18 @@ String_number_engraver::String_number_engraver () #include "translator.icc" ADD_TRANSLATOR (String_number_engraver, - /* doc */ "Swallow string-number-events - the purpose of this engraver is to" - " process tab for normal notation. To provent warnings for unprocessed " - " string-number-event to obscure real error messages, this engraver " - " swallows them all.", - - /* create */ "", - /* read */ "", - /* write */ ""); + /* doc */ + "Swallow string number events. The purpose of this engraver" + " is to process tablatures for normal notation. To provent" + " warnings for unprocessed string number events to obscure" + " real error messages, this engraver swallows them all.", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );