]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/cluster.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / cluster.hh
index 3081b1b093bb77aeff3f251614e5d4fc87385c62..15dfca983f156ef5d39866f09ce7875549f6c4c5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2007 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2002--2008 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef CLUSTER_HH
@@ -16,6 +16,7 @@ class Cluster
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
   DECLARE_GROB_INTERFACE();
 };