]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/self-alignment-interface.hh
(do_alignment): don't translate if
[lilypond.git] / lily / include / self-alignment-interface.hh
index f7a45bb933151a678ae498067fdfa407e46f515c..aa47c7af76b692735bc998a5941262a2ada6b04f 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   side-position-interface.hh -- declare Side_position_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #ifndef SELF_ALIGNMENT_INTERFACE_HH
 #define SELF_ALIGNMENT_INTERFACE_HH
@@ -14,7 +13,7 @@
 
 struct Self_alignment_interface
 {
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
   DECLARE_SCHEME_CALLBACK (aligned_on_self, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (centered_on_parent, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (aligned_on_parent, (SCM element, SCM axis));