]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-interface.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / font-interface.cc
index 67eb3b2af82b91fd40b92acfeaded7147fc693dc..482f91af7a72a02b2ba743e1f1c2be504c11a68d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "font-interface.hh"
@@ -49,8 +49,15 @@ Font_interface::text_font_alist_chain (Grob *g)
   return g->get_property_alist_chain (defaults);
 }
 
-ADD_INTERFACE (Font_interface, "font-interface",
+ADD_INTERFACE (Font_interface,
               "Any symbol that is typeset through fixed sets of glyphs, "
               " (ie. fonts)",
-              "font-magnification font font-series font-shape "
-              "font-family font-encoding font-name font-size");
+
+              "font "
+              "font-encoding "
+              "font-family "
+              "font-name "
+              "font-series "
+              "font-shape "
+              "font-size "
+              );