]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lookup.cc
release: 0.0.57
[lilypond.git] / lily / lookup.cc
index ede8af08554d3a796b994453e5f96f1b4d70741a..08591cfe7cd61c811ef0327944029e18eca14f2b 100644 (file)
@@ -4,6 +4,12 @@
   source file of the LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+
+  TODO
+  This doth suck. We should have PS output, and read spacing info from TFMs
+  
+  Glissando, bracket
+  
 */
 
 #include "lookup.hh"
@@ -54,7 +60,7 @@ Lookup::text(String style, String text, int dir) const
 
     Symbol s = (*symtables_)("align")->lookup(dir);
     s.tex = substitute_args(s.tex,a);
-    s.dim.y = tsym.dim.y;
+    s.dim = tsym.dim;
     return s;
 }