]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spacing-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / spacing-interface.hh
index 14b8c2bf03c468fa9bdab9365a33d371b683e080..0f62ac9b0fabecc933353f795c0d3a2fc079fe30 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #include "grob-interface.hh"
 #include "lily-proto.hh"
@@ -19,6 +19,7 @@ struct Spacing_interface
   static Item* right_column (Grob *me);
   static Item* left_column (Grob *me);
   static Drul_array<Skyline> skylines (Grob *me, Grob *right_col);
+  static Grob* extremal_break_aligned_grob (Grob *me, Direction, Direction, Interval*);
 
   DECLARE_GROB_INTERFACE();
 };