]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
* scm/chords-ignatzek.scm: new file.
[lilypond.git] / lily / include / script-column.hh
index 2f77a866b4e250d90fbef5a22061053cbb675a66..ff0ed55bc6cd043480df252952f618bb4562d3f4 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,7 +17,9 @@ class Script_column
 {
 public:
   static void add_staff_sided (Grob*, Item*);
-  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
+    static bool has_interface (Grob*);
+
 };