]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/molecule.hh
release: 1.1.24
[lilypond.git] / lily / include / molecule.hh
index 7907be0ae440c479d588b73aa08716a397c6a800..757a26ac3443b7858f986887bcf7307e3a15ff08 100644 (file)
@@ -23,7 +23,7 @@ struct Molecule {
   Molecule() { }
   Molecule (Atom const &a);
 
-  void add_at_edge (Axis a, Direction d, const Molecule &m);
+  void add_at_edge (Axis a, Direction d, const Molecule &m, Real padding);
   
   void add_molecule (Molecule const &m);
   void translate (Offset);
@@ -31,7 +31,7 @@ struct Molecule {
   void add_atom (Atom const & a) ;
   /// how big is #this#? 
   Box extent() const;
-
+  Interval extent (Axis) const;
 
   Molecule (const Molecule&s);
   void print() const;