]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
Several fixes for annotate-spacing.
[lilypond.git] / lily / include / system.hh
index ee44d2afe6c27aff650795e09284fe3d0deba146..4a3c3c1b48d0700f1864e5d9cc8bb92472cab38c 100644 (file)
@@ -61,6 +61,9 @@ public:
   DECLARE_SCHEME_CALLBACK (calc_pure_relevant_grobs, (SCM));
   DECLARE_SCHEME_CALLBACK (height, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_pure_height, (SCM, SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (get_staves, (SCM));
+  DECLARE_SCHEME_CALLBACK (get_spaceable_staves, (SCM));
+  DECLARE_SCHEME_CALLBACK (get_nonspaceable_staves, (SCM));
 
   System (SCM);
   System (System const &);