]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-item.hh
release: 1.3.62
[lilypond.git] / lily / include / break-align-item.hh
index 20d5a3f749e8fbf02638869f562bc3767c540182..0a4a42b59749cffe94e3b152f12928b45191394b 100644 (file)
 #ifndef BREAK_ALIGN_ITEM_HH
 #define BREAK_ALIGN_ITEM_HH
 
-#include "axis-align-item.hh"
+#include "item.hh"
 
-/// align breakable items (clef, bar, etc.)
-class Break_align_item : public Axis_align_item {
+/**
+   align breakable items (clef, bar, etc.)
 
+   Properties:
 
-protected:
-  virtual void do_pre_processing();
+   break-align-symbol -- the index in the spacing table (symbol) of
+   the to be aligned item.
+
+
+   TODO: remove this as a class, and make interface.
+ */
+
+class Break_align_item : public Item
+{
 public:
-  Break_align_item ();
+  SCM member_before_line_breaking ();
+  static SCM before_line_breaking (SCM);
+
+  Break_align_item (SCM s);
   VIRTUAL_COPY_CONS(Score_element);
 };
 #endif // BREAK_ALIGN_ITEM_HH