From 70d8610b792ffb5b8babeae3d98281c9f7b06cfe Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:44:12 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/bow.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lily/bow.cc b/lily/bow.cc index 5e463408e1..2de418ebdf 100644 --- a/lily/bow.cc +++ b/lily/bow.cc @@ -1,7 +1,7 @@ /* bow.cc -- implement Bow - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Han-Wen Nienhuys */ @@ -24,9 +24,10 @@ Bow::center() const Real w = width().length(); - return Offset(w/2,dy * paper()->internote()); + return Offset(w/2,dy * paper()->internote_f()); } + Molecule* Bow::brew_molecule_p() const { @@ -36,7 +37,7 @@ Bow::brew_molecule_p() const int dy = right_pos_i_ - left_pos_i_; Real nw_f = paper()->note_width(); - Real nh_f = paper()->internote(); + Real nh_f = paper()->internote_f(); w+= (right_dx_f_ - left_dx_f_) * nw_f ; -- 2.39.5