X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffont-metric-scheme.cc;h=cf351b2628b013627e35810f4668abc28b7665a5;hb=6e4bfaef2385236187ff3f3fc42501c439e7b5b4;hp=d6479f03d084f9ad5ce94f0fd8b85bf368a1abb3;hpb=e28fc62d28b63167f2506f91b0df3eb319adef40;p=lilypond.git diff --git a/lily/font-metric-scheme.cc b/lily/font-metric-scheme.cc index d6479f03d0..cf351b2628 100644 --- a/lily/font-metric-scheme.cc +++ b/lily/font-metric-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ #include "font-metric.hh" @@ -120,7 +120,7 @@ LY_DEFINE (ly_text_dimension, "ly:text-dimension", LY_ASSERT_SMOB (Font_metric, font, 1); LY_ASSERT_TYPE (scm_is_string, text, 2); - Stencil stc (fm->text_stencil (ly_scm2string (text))); + Stencil stc (fm->text_stencil (ly_scm2string (text), false)); return scm_cons (ly_interval2scm (stc.extent (X_AXIS)), ly_interval2scm (stc.extent (Y_AXIS))); }