]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/box.hh
release: 1.1.28
[lilypond.git] / lily / include / box.hh
index b26c6e36955b0c85fab3f7f083414014dfd11916..c53543d05855087590009b5e1dff587cbe182709 100644 (file)
@@ -24,6 +24,7 @@ struct Box {
     
   void translate (Offset o);
   /// smallest box enclosing #b#
+  void set_empty ();
   void unite (Box b);
   Box();
   Box (Interval ix, Interval iy);