X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftext-metrics.hh;h=fa4dac15135b308edf4105e545468ae9ab5359c7;hb=481e336f410e933bea8705862743fc078ccb49f7;hp=8cf63713e40276e8524de0cae13e8ac738fe58d1;hpb=dc688499ee135312d6157e603a26c2407201eee3;p=lilypond.git diff --git a/lily/include/text-metrics.hh b/lily/include/text-metrics.hh index 8cf63713e4..fa4dac1513 100644 --- a/lily/include/text-metrics.hh +++ b/lily/include/text-metrics.hh @@ -3,8 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004 Han-Wen Nienhuys - + (c) 2004--2007 Han-Wen Nienhuys */ #ifndef TEXT_METRICS_HH @@ -13,10 +12,10 @@ #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 */