]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
* lily/script-engraver.cc (make_script_from_event): don't trigger callback.
[lilypond.git] / lily / include / bar-line.hh
index fc613da48b1584a3a0a51ee9edd73652ef8e453e..fdd7c17e0db7bc484308647b5ba0db6c3e5aa6fa 100644 (file)
@@ -20,9 +20,8 @@ public:
 
   static Stencil compound_barline (Grob *, String, Real height, bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
-  DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
 };
 #endif // BAR_HH