]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
diff --git a/ChangeLog b/ChangeLog
[lilypond.git] / lily / include / grob.hh
index 2ecac8bc4fd56b09cadda21009830595dff8e401..5eb433921a0c23c8d6295be009921175c0ef65da 100644 (file)
@@ -78,7 +78,7 @@ public:
   /* Properties */
   SCM get_property_alist_chain (SCM) const;
   SCM internal_get_property (SCM symbol) const;
-  SCM get_property_data (SCM symbol) const;
+  SCM internal_get_property_data (SCM symbol) const;
   SCM internal_get_object (SCM symbol) const;
   void internal_set_object (SCM sym, SCM val);
   void internal_del_property (SCM symbol);
@@ -151,4 +151,6 @@ void chain_offset_callback (Grob *g, SCM proc, Axis a);
 SCM axis_offset_symbol (Axis a);
 SCM axis_parent_positioning (Axis a);
 
+SCM call_pure_function (SCM unpure, SCM args, int start, int end);
+
 #endif /* GROB_HH */