From: fred Date: Sun, 24 Mar 2002 19:46:00 +0000 (+0000) Subject: lilypond-0.0.70pre X-Git-Tag: release/1.5.59~4574 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8bc77ca974e6d62d1182e66eae0b36e201c589c2;p=lilypond.git lilypond-0.0.70pre --- diff --git a/lily/head-reg.cc b/lily/head-reg.cc index e5a7279fa2..b55f36b4be 100644 --- a/lily/head-reg.cc +++ b/lily/head-reg.cc @@ -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() {