X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-engraver.cc;h=22449890d9aa47f4b87f607726a621e53b67a050;hb=333128cf1f0f657692e90b2dffc852147b2528b1;hp=ce138390890eac3900854c84b0891f4fd98ce0a4;hpb=8ceea06f2c26334f50ec15a1e092293fea4fc4bd;p=lilypond.git diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index ce13839089..22449890d9 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -171,7 +171,14 @@ Lyric_engraver::stop_translation_timestep () } ADD_TRANSLATOR (Lyric_engraver, - /* doc */ "", - /* create */ "LyricText", - /* read */ "lyricMelismaAlignment", - /* write */ ""); + /* doc */ + "Engrave text for lyrics.", + + /* create */ + "LyricText ", + /* read */ + "lyricMelismaAlignment ", + + /* write */ + "" + );