]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-size-engraver.cc
release commit
[lilypond.git] / lily / font-size-engraver.cc
index c72b06a85fd9822bed9653d633b2f182c459bbd1..c1812e5ace4a33548ffbf6100b43cdde22dee58d 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001--2002  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -47,6 +47,7 @@ Font_size_engraver::acknowledge_grob (Grob_info gi)
 ENTER_DESCRIPTION(Font_size_engraver,
 /* descr */       "Puts fontSize into font-relative-size grob property.",
 /* creats*/       "",
-/* acks  */       "font-interface",
+/* accepts */     "",
+/* acks  */      "font-interface",
 /* reads */       "fontSize",
 /* write */       "");