X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ffont-size-engraver.cc;h=b9dfb058ef1d8e18138313b643b5b70a3f243623;hb=754cc32a99b43f5fee5ebf7ed1213017268d4939;hp=25304bc713207d5725e8bc1e76f5ec4623802f7d;hpb=16b713b9b9616d70c4a1b12506952098c01c5706;p=lilypond.git diff --git a/lily/font-size-engraver.cc b/lily/font-size-engraver.cc index 25304bc713..b9dfb058ef 100644 --- a/lily/font-size-engraver.cc +++ b/lily/font-size-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2005 Han-Wen Nienhuys + (c) 2001--2009 Han-Wen Nienhuys */ #include "grob.hh" @@ -52,8 +52,15 @@ Font_size_engraver::acknowledge_font (Grob_info gi) ADD_ACKNOWLEDGER (Font_size_engraver, font); ADD_TRANSLATOR (Font_size_engraver, - /* doc */ "Puts fontSize into font-size grob property.", - /* create */ "", - /* accept */ "", - /* read */ "fontSize", - /* write */ ""); + /* doc */ + "Put @code{fontSize} into @code{font-size} grob property.", + + /* create */ + "", + + /* read */ + "fontSize ", + + /* write */ + "" + );