From 09c2322705e129a7de5fa6f576ec885ff3efe528 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:02 +0000 Subject: [PATCH] lilypond-0.0.56 --- lily/head-reg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5