summaryrefslogtreecommitdiff
path: root/lily/lyric-grav.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/lyric-grav.cc')
-rw-r--r--lily/lyric-grav.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/lyric-grav.cc b/lily/lyric-grav.cc
index 346ade0301..182658cd5f 100644
--- a/lily/lyric-grav.cc
+++ b/lily/lyric-grav.cc
@@ -37,7 +37,7 @@ Lyric_engraver::do_process_requests()
{
lyric_item_p_ = new Text_item (lreq_l_->tdef_p_);
- lyric_item_p_->translate (paper()->note_width ()/2 , X_AXIS);
+ lyric_item_p_->translate_axis (paper()->note_width ()/2 , X_AXIS);
lyric_item_p_->dir_ = DOWN;
lyric_item_p_->fat_b_ = true;
announce_element (Score_elem_info (lyric_item_p_, lreq_l_));