X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbeam.hh;h=e7594f5a4d745032e12d00b608d26a5c09eb6e41;hb=fce447b68f92a29ba4a94f45fb134c15b90ae121;hp=297fd9c1be994a36f6a447967e2730f7cf184ea5;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/beam.hh b/lily/include/beam.hh index 297fd9c1be..e7594f5a4d 100644 --- a/lily/include/beam.hh +++ b/lily/include/beam.hh @@ -25,7 +25,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 bool is_knee (Grob*); static void set_beaming (Grob*,Beaming_info_list *); static void set_stemlens (Grob*); static int get_beam_count (Grob*me); @@ -56,7 +56,7 @@ public: Real yl, Real yr); static Real score_forbidden_quants (Real, Real, Real, Real, Real, Real, - int, Direction, Direction); + Drul_array, Direction, Direction); static int get_direction_beam_count (Grob *me, Direction d);