]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Fixed typo in mailmap
[lilypond.git] / lily / include / grob.hh
index 0eb7067b91beaecc8eae3c0ed4b1210b77cf14e6..9ff7613561f3b92b62bc88fc4641c00d9a7d8df7 100644 (file)
@@ -54,8 +54,8 @@ public:
   friend SCM ly_grob_basic_properties (SCM);
 
   /* standard callbacks */
-  DECLARE_SCHEME_CALLBACK(x_parent_positioning, (SCM));
-  DECLARE_SCHEME_CALLBACK(y_parent_positioning, (SCM));
+  DECLARE_SCHEME_CALLBACK (x_parent_positioning, (SCM));
+  DECLARE_SCHEME_CALLBACK (y_parent_positioning, (SCM));
   DECLARE_SCHEME_CALLBACK (stencil_height, (SCM smob));
   DECLARE_SCHEME_CALLBACK (stencil_width, (SCM smob));
 
@@ -128,7 +128,7 @@ public:
   void fixup_refpoint ();
 
   virtual Interval_t<int> spanned_rank_interval () const;
-  Stream_event *event_cause ();
+  bool check_cross_staff (Grob *common);
 };
 
 /* smob utilities */