]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-metrics.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / text-metrics.hh
index 8cf63713e40276e8524de0cae13e8ac738fe58d1..710cf5d755630ea5a202172ca7d904feb16859b7 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TEXT_METRICS_HH
 #include "lily-guile.hh"
 #include "box.hh"
 
-void try_load_text_metrics (String);
+void try_load_text_metrics (string);
 SCM ly_load_text_dimensions (SCM);
 Box lookup_tex_text_dimension (Font_metric *font,
-                          SCM text);
+                              SCM text);
 
 #endif /* TEXT_METRICS_HH */