]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
(print): remove neutral position.
[lilypond.git] / lily / font-metric.cc
index 915c1226a404b88b4ad7e0a022df5c268ccf2525..e125775587b71dadd70e277aa72efb181e58e8ff 100644 (file)
@@ -164,9 +164,11 @@ Font_metric::find_by_name (String) const
 
 LY_DEFINE (ly_find_glyph_by_name, "ly:find-glyph-by-name", 2 , 0, 0,
          (SCM font, SCM name),
-         "This function retrieves a Stencil for the glyph named @var{name} in "
-"@var{font}.  The font must be available as an AFM file. If the glyph "
-"is not found, #f is returned. ")
+         "This function retrieves a Stencil for the glyph named @var{name} "
+          "in "
+          "@var{font}.  "
+          "The font must be available as an AFM file. If the glyph "
+          "is not found, @code{#f} is returned. ")
 {
   Font_metric *fm = unsmob_metrics (font);
   SCM_ASSERT_TYPE (fm, font, SCM_ARG1, __FUNCTION__, "font-metric");