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

index e5a7279fa2df602483390c593c9ea2b2c13b1288..b55f36b4bec0b790c88f61997b8751a3fabfa853 100644 (file)
@@ -44,16 +44,12 @@ Note_head_register::do_process_requests()
            *get_staff_info().c0_position_i_l_;
     } else if (note_req_l_->rest()) {
        n_p->rest_b_ = true;
-       if (note_req_l_->rhythmic()->duration_.type_i_ <= 2)
-           note_p_->translate(
-               Offset(0,
-                      6 * paper()->internote_f()));
     }
     
     Score_elem_info itinf(note_p_,note_req_l_);
     announce_element(itinf);
 }
-
 void
 Note_head_register::do_pre_move_processing()
 {