]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner.cc
release: 1.1.18
[lilypond.git] / lily / text-spanner.cc
index e8d2f612bca1cbf91cecdfa2e7a33e0e5f86a0e3..4768d9f96e9dde07bbc0fb67d8174b486f36e36e 100644 (file)
@@ -55,7 +55,7 @@ Text_spanner::do_post_processing()
 }
 
 Molecule*
-Text_spanner::brew_molecule_p() const
+Text_spanner::do_brew_molecule_p() const
 {
   Atom tsym (spec_p_->get_atom (paper(),CENTER));
   tsym.translate (text_off_);
@@ -74,7 +74,7 @@ Text_spanner::do_pre_processing()
 Interval
 Text_spanner::height() const
 {
-  return brew_molecule_p()->extent ().y ();
+  return do_brew_molecule_p()->extent ().y ();
 }
 
 void