]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
* buildscripts/output-distance.py (FileLink.calc_distance): count
[lilypond.git] / lily / include / break-align-interface.hh
index 3084d5fbe75c55313fabed9b7e7896e749b841bf..41972c83a5ee1e7f5b2c5d7708ab5de614e54b09 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef BREAK_ALIGN_INTERFACE_HH
 class Break_align_interface
 {
 public:
-  static Link_array<Grob> ordered_elements (Grob *me);
+  static vector<Grob*> ordered_elements (Grob *me);
   static bool has_interface (Grob *);
   static void add_element (Grob *me, Grob *add);
+  static SCM break_align_order (Item *me);
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM element));
   DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element));
 };
+
 struct Break_aligned_interface
 {
   static bool has_interface (Grob *);
 };
 
+struct Break_alignment_align_interface
+{
+  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element));
+  static bool has_interface (Grob *);
+};
+
 #endif // BREAK_ALIGN_INTERFACE_HH