]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-size-engraver.cc
Merge with master
[lilypond.git] / lily / font-size-engraver.cc
index 1a66f6241d7ed9cbe4743105fb1431c25af00a4a..39b36586bad1c58ef3c7efd25b3974f79cd7fdf5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2006  Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2007  Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "grob.hh"
@@ -54,6 +54,5 @@ ADD_ACKNOWLEDGER (Font_size_engraver, font);
 ADD_TRANSLATOR (Font_size_engraver,
                /* doc */ "Puts fontSize into font-size grob property.",
                /* create */ "",
-               /* accept */ "",
                /* read */ "fontSize",
                /* write */ "");