X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhyphen-engraver.cc;h=b4dbcefc8cdcbd557b3994438bd729cd1f0919d3;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=3e03d9b8e04199cd8fb42420ff23740282d081e9;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/hyphen-engraver.cc b/lily/hyphen-engraver.cc index 3e03d9b8e0..b4dbcefc8c 100644 --- a/lily/hyphen-engraver.cc +++ b/lily/hyphen-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2007 Glen Prideaux , + (c) 1999--2008 Glen Prideaux , Han-Wen Nienhuys , Jan Nieuwenhuizen */ @@ -147,8 +147,16 @@ Hyphen_engraver::stop_translation_timestep () ADD_ACKNOWLEDGER (Hyphen_engraver, lyric_syllable); ADD_TRANSLATOR (Hyphen_engraver, - /* doc */ "Create lyric hyphens and " - "distance constraints between words.", - /* create */ "LyricHyphen LyricSpace", - /* read */ "", - /* write */ ""); + /* doc */ + "Create lyric hyphens and distance constraints between words.", + + /* create */ + "LyricHyphen " + "LyricSpace ", + + /* read */ + "", + + /* write */ + "" + );