From: fred Date: Sun, 24 Mar 2002 19:36:00 +0000 (+0000) Subject: lilypond-0.0.44 X-Git-Tag: release/1.5.59~5149 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64caae8ca3fded764f28bdb0ccbb8f2d993ea423;p=lilypond.git lilypond-0.0.44 --- diff --git a/lily/headreg.cc b/lily/headreg.cc index 7f1a9bbae8..93ea9b2d08 100644 --- a/lily/headreg.cc +++ b/lily/headreg.cc @@ -48,9 +48,8 @@ Notehead_register::process_requests() n_p->position = note_req_l_->note()->height() + *get_staff_info().c0_position_i_; } else { - note_p_ = new Rest ( note_req_l_->rhythmic()->balltype, - note_req_l_->rhythmic()->dots); - if (note_req_l_->rhythmic()->balltype <= 2) + note_p_ = new Rest ( note_req_l_->rhythmic()->duration_); + if (note_req_l_->rhythmic()->duration_.type_i_ <= 2) note_p_->translate( Offset(0, 6 * paper()->internote()));