]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
* python/lilylib.py (make_ps_images): only compute bbox when needed.
[lilypond.git] / lily / font-metric.cc
index 509daa608dc6684df4e85b53c6a14567e3dce9bd..9af80e57387275317987361f05cc07388dde4317 100644 (file)
@@ -196,7 +196,7 @@ LY_DEFINE (ly_font_name,"ly:font-name",
           1, 0, 0,
           (SCM font),
           "Given the font metric @var{font}, "
-          "return the corresponding file name.")
+          "return the corresponding name.")
 {
   Font_metric *fm = unsmob_metrics (font);