]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-interface.cc
reformat prop list
[lilypond.git] / lily / font-interface.cc
index 5a627da36f44deaeed6b64e7857ed93f02adb9fa..d620b31d21a72881712a80b938903e9a91646f4a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "font-interface.hh"
@@ -52,5 +52,12 @@ Font_interface::text_font_alist_chain (Grob *g)
 ADD_INTERFACE (Font_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 "
+              );