]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/cluster.hh
Merge branch 'master' into lilypond/translation
[lilypond.git] / lily / include / cluster.hh
index 3081b1b093bb77aeff3f251614e5d4fc87385c62..a116bf0a9e3603d375793acd9d3c806997c878d3 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--2009 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();
 };