]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
release: 1.3.101
[lilypond.git] / lily / lyric-engraver.cc
index c0af7c4fd8ba8c22c5b1cec6a8a3c0ca52ed5846..09e9fc9ee94eacf41e0e234bee8a5ac5b72c86dc 100644 (file)
@@ -11,7 +11,7 @@
 #include "musical-request.hh"
 #include "item.hh"
 #include "paper-def.hh"
-#include "lookup.hh"
+#include "font-metric.hh"
 #include "side-position-interface.hh"
 
 ADD_THIS_TRANSLATOR (Lyric_engraver);
@@ -52,7 +52,7 @@ Lyric_engraver::do_process_music()
        (UGH UGH, pulled amount of space out of thin air)
       */
       
-      text_p_->translate_axis (paper_l()->get_var ("staffspace")*0.66, X_AXIS);
+      text_p_->translate_axis (0.66, X_AXIS);
       
       announce_element (text_p_, req_l_);
     }