]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-align-item.hh
patch::: 1.3.62.hwn1
[lilypond.git] / lily / include / grace-align-item.hh
index ee8d0ce6f2cee2024c3f5a92b924992f7b39c83c..301178afd3481e458d91274afd663c0876bedda2 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #define GRACE_ALIGN_ITEM_HH
 
 
-#include "axis-align-item.hh"
+#include "item.hh"
 
-class Grace_align_item : public Axis_align_item
+class Grace_align_item : public Item
 {
 public:
   VIRTUAL_COPY_CONS (Score_element);
-  Grace_align_item ();
-protected:
+  Grace_align_item (SCM);
+
   virtual void do_add_processing ();
-  virtual void do_pre_processing ();
+  SCM member_before_line_breaking ();
+  static SCM before_line_breaking (SCM);
 };
 #endif /* GRACE_ALIGN_ITEM_HH */