]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/molecule.hh
patch::: 1.3.95.tca2
[lilypond.git] / lily / include / molecule.hh
index 548085bcff912bfc8228d17e1b1b8a9c183c7506..e61a64c8b9c89de83bd13a0d66d5fa6cc8461a17 100644 (file)
@@ -37,6 +37,8 @@
     Empty molecules have empty dimensions.  If add_at_edge is used to
     init the molecule, we assume that
     DIMENSIONS = (Interval(0,0),Interval(0,0)
+
+    TODO: go full smob with Molecule.
     
 */
 class Molecule {
@@ -71,6 +73,7 @@ public:
   void translate_axis (Real,Axis);
   
   Interval extent (Axis) const;
+  Box extent_box () const;
   /**
      codify THIS into a Scheme expression.
    */