X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-engraver.cc;h=09e9fc9ee94eacf41e0e234bee8a5ac5b72c86dc;hb=867530093ed5374d6e28d2c11a933f3b991c226e;hp=8ff83dafd85bf8df90342f1bbced49a1e8f12be2;hpb=2522fadff41b2b07313c4967a4f85c147fe9b9c4;p=lilypond.git diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index 8ff83dafd8..09e9fc9ee9 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -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_); }