]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
release: 1.3.101
[lilypond.git] / lily / lyric-engraver.cc
index 8ff83dafd85bf8df90342f1bbced49a1e8f12be2..09e9fc9ee94eacf41e0e234bee8a5ac5b72c86dc 100644 (file)
@@ -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_);
     }