From 64caae8ca3fded764f28bdb0ccbb8f2d993ea423 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:00 +0000 Subject: [PATCH] lilypond-0.0.44 --- lily/headreg.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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())); -- 2.39.5