]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/graphical-element.hh
release: 0.1.54
[lilypond.git] / lily / include / graphical-element.hh
index fae403280c0bd95244e4698dff94b21ed53dd3f6..aff7de6793306291ce01805c7c1d6c79e46a767f 100644 (file)
@@ -29,6 +29,8 @@ class Graphical_element
   
 public:
   void set_empty (bool);
+  bool empty_b () const;
+  
   DECLARE_MY_RUNTIME_TYPEINFO;
   /**
     This is  needed, because #output# may still be
@@ -57,7 +59,7 @@ public:
     translate in one direction
     */
     
-  void translate (Real, Axis);
+  void translate_axis (Real, Axis);
 
   Real relative_coordinate (Axis_group_element*group, Axis) const;
   Offset absolute_offset() const;