]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/box.hh
* input/regression/balloon.ly: new file.
[lilypond.git] / lily / include / box.hh
index cbdfc2da7aef9724821eb5a7ac37c313d051f153..252b695e7bc32e2df24c2db0dd87666075d1100c 100644 (file)
@@ -29,6 +29,7 @@ struct Box
   /// smallest box enclosing #b#
   void set_empty ();
   void add_point (Offset);
+  void widen (Real x, Real y);
   void scale (Real r);
   void unite (Box b);
   Box ();