]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
(deep-WWW-clean): Remove wiki-dump. Fixes web-clean target.
[lilypond.git] / lily / include / beam.hh
index 528348538a7cb73b859cd66cff2555391efd2ebc..b9d74d91ab3f201418fab05258da67d49f5817c0 100644 (file)
@@ -22,6 +22,7 @@ public:
   DECLARE_SCHEME_CALLBACK (rest_collision_callback, (SCM element, SCM axis));
   Beam (SCM);
   static void add_stem (Grob*,Grob*);
+  static bool knee_b (Grob*);
   static void set_beaming (Grob*,Beaming_info_list *);
   static void set_stemlens (Grob*);
   static int get_beam_count (Grob*me);
@@ -38,13 +39,12 @@ public:
   DECLARE_SCHEME_CALLBACK (slope_damping, (SCM));
   DECLARE_SCHEME_CALLBACK (shift_region_to_valid, (SCM));  
   DECLARE_SCHEME_CALLBACK (quanting, (SCM));
-  static Real score_slopes_dy (Grob*, Real,Real,Real,Real, bool);
+  static Real score_slopes_dy (Real, Real, Real, Real, bool);
   static Real score_stem_lengths (Link_array<Grob>,
                                  Array<Stem_info>,
                                  Array<Real>, Array<Real>,
-                                 Real, Real,
-                                 bool,Grob*,Real , Real);
-  static Real score_forbidden_quants (Grob*, Real, Real,
+                                 Real, Real, bool, Real, Real);
+  static Real score_forbidden_quants (Real, Real,
                                      Real, Real, Real, Real,
                                      int, Direction, Direction);