]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/align-interface.hh
* lily/align-interface.cc (stretch_after_break): new
[lilypond.git] / lily / include / align-interface.hh
index 8ac3503a4bf04789e1b87a20bb8bcb1f2e65c8f2..ec8099d2524260687b35d70b1a92c898ed8a43eb 100644 (file)
@@ -16,6 +16,7 @@ struct Align_interface
 {
   DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (fixed_distance_alignment_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (stretch_after_break, (SCM element));
   static void align_to_fixed_distance (Grob *, Axis a);
   static void align_elements_to_extents (Grob *, Axis a);
   static void set_axis (Grob *, Axis);