]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
release commit
[lilypond.git] / lily / include / script-column.hh
index 2f77a866b4e250d90fbef5a22061053cbb675a66..37a7c3621389e212040d5ffdcdeacc1483bf4caf 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   g-script-column.hh -- declare Script_column
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef Script_COLUMN_HH
 #define Script_COLUMN_HH
 class Script_column
 {
 public:
-  static void add_staff_sided (Grob*, Item*);
-  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
+  static void add_staff_sided (Grob *, Item *);
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
+  static bool has_interface (Grob *);
 };
 
-
 #endif /* Script_COLUMN_HH */
 
-