]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / font-metric.cc
index 70017df10c41ca2a20d7eeed092d5715e2a843bc..03625cc946b6bd9c405bb157611c82d2a0fbbf41 100644 (file)
@@ -18,7 +18,6 @@ using namespace std;
 #include "modified-font-metric.hh"
 #include "open-type-font.hh"
 #include "stencil.hh"
-#include "virtual-methods.hh"
 #include "warn.hh"
 
 #include "ly-smobs.icc"
@@ -179,6 +178,12 @@ Font_metric::sub_fonts () const
   return SCM_EOL;
 }
 
+Stencil
+Font_metric::word_stencil (string str) const
+{
+  return text_stencil (str);
+}
+
 Stencil
 Font_metric::text_stencil (string str) const
 {