]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-column.hh
* lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
[lilypond.git] / lily / include / tie-column.hh
index 36072dd03cb55b4cffbee78a00cc910d230076b1..5b2ec8e61d0c5afadee014d0f1ddef0cfa3338b5 100644 (file)
@@ -4,7 +4,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Tie_column
 {
 public:
-  static void set_interface (Grob*me);
   static bool has_interface (Grob*);
   static void add_tie (Grob*me,Grob*);
-  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
   static void set_directions (Grob*me);
 };