]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie.hh
Issue 4503 (4/4) Semi_tie cleanup
[lilypond.git] / lily / include / semi-tie.hh
index 34ff039e6fa4ded728a5366fc88402785a1176dd..97a3dcbe04cf3b98ba218c75b8a4e6e05cf5abb7 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -27,11 +27,11 @@ struct Semi_tie
 {
   DECLARE_GROB_INTERFACE ();
 
-  DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
-  static bool less (Grob *const &s1,
-                    Grob *const &s2);
-  static int get_position (Grob *);
+  static bool less (Grob *s1, Grob *s2);
+  static int get_column_rank (Item *);
+  static int get_position (Item *);
+  static Item *head (Item *);
 };
 
 #endif /* SEMI_TIE_HH */