]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-interface.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / font-interface.cc
index 4085140311fc8ea866c14a63736ab41d01d19d32..629077415bbfb7dcfd071daa011be50fb3085410 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2000--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2000--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -61,15 +61,15 @@ Font_interface::text_font_alist_chain (Grob *g)
 }
 
 ADD_INTERFACE (Font_interface,
-              "Any symbol that is typeset through fixed sets of glyphs,"
-              " (i.e., fonts).",
+               "Any symbol that is typeset through fixed sets of glyphs,"
+               " (i.e., fonts).",
 
-              /* properties */
-              "font "
-              "font-encoding "
-              "font-family "
-              "font-name "
-              "font-series "
-              "font-shape "
-              "font-size "
-              );
+               /* properties */
+               "font "
+               "font-encoding "
+               "font-family "
+               "font-name "
+               "font-series "
+               "font-shape "
+               "font-size "
+              );