]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-metrics.cc
Run `make grand-replace'.
[lilypond.git] / lily / text-metrics.cc
index 05b17fdfccca442235b7c6b335bcead786dac60f..b4ebd82b7618f19f527b26efe1cfaa8b8cc21ae7 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>
 */
 
 #include "dimensions.hh"
@@ -50,7 +50,8 @@ lookup_tex_text_dimension (Font_metric *font, SCM text)
 LY_DEFINE (ly_load_text_dimensions, "ly:load-text-dimensions",
           1, 0, 0,
           (SCM dimension_alist),
-          "Load dimensions from TeX in a (KEY . (W H D)) format alist")
+          "Load dimensions from @TeX{} in a @code{(KEY . (W H D))} format"
+          " alist.")
 {
   if (!text_dimension_hash_tab)
     {