]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font-scheme.cc
Rename Font_metric::get_indexed_char() to
[lilypond.git] / lily / open-type-font-scheme.cc
index 7fdecf38bfda690c13ae0bb48ce9217699fa09e5..8132e92375b601f0397b6c76af3eac09b990573b 100644 (file)
@@ -88,7 +88,7 @@ LY_DEFINE (ly_otf_font_p, "ly:otf-font?", 1, 0, 0,
 
 LY_DEFINE (ly_otf_glyph_count, "ly:otf-glyph-count", 1, 0, 0,
           (SCM font),
-          "Return the the number of glyphs in @var{font}.")
+          "Return the number of glyphs in @var{font}.")
 {
   Modified_font_metric *fm
     = dynamic_cast<Modified_font_metric *> (unsmob_metrics (font));