]> git.donarmstrong.com Git - lilypond.git/blobdiff - item.cc
release: 0.0.4
[lilypond.git] / item.cc
diff --git a/item.cc b/item.cc
index 72f447be94cb47eecca35b7070e568b563543781..453200627b0e5694a8dc3d3c59912c52829f1158 100644 (file)
--- a/item.cc
+++ b/item.cc
@@ -1,13 +1,14 @@
 #include "line.hh"
 #include "symbol.hh"
-#include "cols.hh"
+#include "molecule.hh"
+#include "pcol.hh"
 
 String
 Spanner::TeXstring() const
 {
     assert(right->line);
     Real w = left->hpos - right->hpos;
-    return (*strets)(w);
+    return strets->eval(w).tex;
 }
 
 Spanner *