]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/abbrev.cc
release: 1.1.39
[lilypond.git] / lily / abbrev.cc
index 58f2fbe86a33c5e029c10c5f876c9833270d4850..dd17851d1ee596e46ee3d7ef775ca901e4474a9c 100644 (file)
@@ -39,7 +39,7 @@ Abbreviation::do_brew_molecule_p () const
     }
   
   Real interbeam_f = paper_l ()->interbeam_f (mult);
-  Real w = 1.5 * lookup_l ()->notehead (2, "").dim_.x ().length ();
+  Real w = 1.5 * lookup_l ()->notehead (2, "").dim_[X_AXIS].length ();
   Real space = stem_l_->staff_line_leading_f ();
   Real internote_f = space/2;