]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/abbreviation-beam.cc
release: 1.1.28
[lilypond.git] / lily / abbreviation-beam.cc
index 91f4ff21f978921ff24b646382613fd829292095..c2e2650da2850afa96a71f3822b171fe51d7f3b9 100644 (file)
 #include "p-col.hh"
 #include "array.hh"
 #include "proto.hh"
-#include "dimension.hh"
 #include "abbreviation-beam.hh"
 #include "misc.hh"
 #include "debug.hh"
-#include "atom.hh"
+
 #include "molecule.hh"
 #include "leastsquares.hh"
 #include "stem.hh"
@@ -23,7 +22,7 @@
 #include "stem-info.hh"
 
 
-IMPLEMENT_IS_TYPE_B1 (Abbreviation_beam, Spanner);
+
 
 Abbreviation_beam::Abbreviation_beam ()
   : Beam ()
@@ -31,12 +30,12 @@ Abbreviation_beam::Abbreviation_beam ()
 }
 
 Molecule*
-Abbreviation_beam::brew_molecule_p () const 
+Abbreviation_beam::do_brew_molecule_p () const 
 {
   /* 
    todo
    */
-  return Beam::brew_molecule_p ();
+  return Beam::do_brew_molecule_p ();
 #if 0
   Molecule *mol_p = new Molecule;
   // huh? inter-what