]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separation-item.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / separation-item.hh
index 4fb59b5e6209ed16549db80de4c0615fe71a025e..1b2471118dff16a64492f2b03bc75523988f2fe2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SINGLE_MALT_GROUPING_ITEM_HH
@@ -16,8 +16,9 @@
 
 struct Separation_item
 {
-  DECLARE_GROB_INTERFACE();
-  DECLARE_SCHEME_CALLBACK(calc_skylines, (SCM));
+  DECLARE_GROB_INTERFACE ();
+  DECLARE_SCHEME_CALLBACK (calc_skylines, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 
   static vector<Box> boxes (Grob *me, Grob *left);
   static Skyline conditional_skyline (Grob *, Grob *);