]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Add NEWS entry for the \underline markup command
[lilypond.git] / lily / include / grob.hh
index 8fc0abc4e333203ef76f4376e7f0080128b4b10c..82591eb7c37240f75e0b98b1f0893e4490820805 100644 (file)
@@ -84,6 +84,7 @@ public:
   SCM internal_get_object (SCM symbol) const;
   void internal_set_object (SCM sym, SCM val);
   void internal_del_property (SCM symbol);
+  void instrumented_set_property (SCM, SCM, char const*, int, char const*);
   void internal_set_property (SCM sym, SCM val);
 
   /* messages */  
@@ -117,7 +118,7 @@ public:
   /* extents */
   Interval extent (Grob *refpoint, Axis) const;
   void flush_extent_cache (Axis);
-  Interval pure_height (Grob *refpoint, int start_col, int end_col);
+  virtual Interval pure_height (Grob *refpoint, int start_col, int end_col);
   Interval maybe_pure_extent (Grob *refpoint, Axis, bool pure, int start, int end);
 
   /* refpoints */