From: fred Date: Sun, 24 Mar 2002 19:40:02 +0000 (+0000) Subject: lilypond-0.0.56 X-Git-Tag: release/1.5.59~4914 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09c2322705e129a7de5fa6f576ec885ff3efe528;p=lilypond.git lilypond-0.0.56 --- diff --git a/lily/head-reg.cc b/lily/head-reg.cc index a0a5676a74..5b1557ea78 100644 --- a/lily/head-reg.cc +++ b/lily/head-reg.cc @@ -38,7 +38,7 @@ Notehead_register::process_requests() n_p->set_rhythmic(note_req_l_->rhythmic()); if (note_req_l_->note()) { - n_p->position = note_req_l_->note()->height() + + n_p->position_i_ = note_req_l_->note()->height() + *get_staff_info().c0_position_i_l_; } else if (note_req_l_->rest()) { n_p->rest_b_ = true;