]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.56
authorfred <fred>
Sun, 24 Mar 2002 19:40:02 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:02 +0000 (19:40 +0000)
lily/head-reg.cc

index a0a5676a74b92267bae846a5e0da77aa8728b48a..5b1557ea78d5aff746f100306ea740fe73df6c8f 100644 (file)
@@ -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;