X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbow.cc;h=2de418ebdf8b2f3672d7e43749a9116befa283c6;hb=04f01c7e890bd4f1b358378e5911fb7c117c3802;hp=5e463408e125c3a8c36a55df147d1ba654700101;hpb=ce5315498fcaaf17d5eb1b320014e96defbb7dfb;p=lilypond.git 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 ;