]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
* make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
[lilypond.git] / lily / include / script-column.hh
index c5b0bd43ea1804f20ce76e53d9328ecb6d1637cb..ff0ed55bc6cd043480df252952f618bb4562d3f4 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 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*);
+
 };