]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font-scheme.cc
Run `make grand-replace'.
[lilypond.git] / lily / pango-font-scheme.cc
index fe6d4bacd48007ed1fe94bd4baf7764c1ba3feca..955b4a8f167888e480dff294340d5d846eb85a7a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #define PANGO_ENABLE_BACKEND // ugh, why necessary?
@@ -30,7 +30,7 @@ LY_DEFINE (ly_pango_font_p, "ly:pango-font?",
 LY_DEFINE (ly_pango_font_physical_fonts, "ly:pango-font-physical-fonts",
           1, 0, 0,
           (SCM f),
-          "Return alist of  (PSNAME . FILENAME) tuples.")
+          "Return alist of @code{(PSNAME . FILENAME)} tuples.")
 {
   Pango_font *pf = dynamic_cast<Pango_font *> (unsmob_metrics (f));