From 3ebefb27e0db04a054c465f9235fe3a4ced801e5 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:30 +0000 Subject: [PATCH] lilypond-0.1.15 --- lily/text-def.cc | 2 +- lily/text-item.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/text-def.cc b/lily/text-def.cc index ead696b073..c41bfeb58a 100644 --- a/lily/text-def.cc +++ b/lily/text-def.cc @@ -18,7 +18,7 @@ Text_def::width (Paper_def * p) const { Atom a = get_atom (p,CENTER); - Real guess_width_f = text_str_.length_i() * a.sym_.dim.x ().length (); // ugh + Real guess_width_f = text_str_.length_i() * a.dim_.x ().length (); // ugh Interval i (0, guess_width_f); i += - (align_i_ + 1)* i.center(); return i; diff --git a/lily/text-item.cc b/lily/text-item.cc index 876acfde39..4701f2b109 100644 --- a/lily/text-item.cc +++ b/lily/text-item.cc @@ -36,7 +36,7 @@ Text_item::do_pre_processing() Interval Text_item::symbol_height() const { - return tdef_p_->get_atom (paper(), dir_).sym_.dim.y (); + return tdef_p_->get_atom (paper(), dir_).dim_.y (); } Molecule* -- 2.39.5