]> git.donarmstrong.com Git - lilypond.git/commitdiff
reformat prop list
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 9 Nov 2006 13:44:19 +0000 (14:44 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 9 Nov 2006 13:44:19 +0000 (14:44 +0100)
lily/font-interface.cc

index db4aa39d18bc0a7f5d6ff63900f74b4c07653f88..d620b31d21a72881712a80b938903e9a91646f4a 100644 (file)
@@ -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 "
+              );