]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-item.hh
release: 1.5.36
[lilypond.git] / lily / include / break-align-item.hh
index 06f62615ed25c1e0f2235bf537273c2c1c4a5f84..5dc37f784105ae3f8977c18a5315b3d6c41f20a4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class Break_align_interface
 {
 public:
-  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
   static void do_alignment (Grob*);
   static void set_interface (Grob*);
   static bool has_interface (Grob*);
   static void add_element (Grob*me, Grob*add);
-  DECLARE_SCHEME_CALLBACK(alignment_callback, (SCM element, SCM axis));
-  DECLARE_SCHEME_CALLBACK(self_align_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element, SCM axis));
 };
 #endif // BREAK_ALIGN_ITEM_HH