X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbeam.hh;h=3aac48537442b7a1c72034ec7eeef265f43ba11b;hb=2fe8400cb548432897a522351ee0f300a4f34501;hp=bbbfbda3252765eb3fbc96c656f7d11abf158b2f;hpb=6276aa912f531ffa7e76ba6315747390475a722d;p=lilypond.git diff --git a/lily/include/beam.hh b/lily/include/beam.hh index bbbfbda325..3aac485374 100644 --- a/lily/include/beam.hh +++ b/lily/include/beam.hh @@ -39,11 +39,11 @@ public: static Real score_slopes_dy (Grob*, Real,Real,Real,Real); static Real score_stem_lengths (Link_array, Array, - Array, Array, Array, + Array, Array, bool,Grob*,Real , Real); static Real score_forbidden_quants (Grob*, Real, Real, Real, Real, Real, Real, - int); + int, Direction, Direction); static Molecule stem_beams (Grob*,Item *here, Item *next, Item *prev, @@ -51,8 +51,8 @@ public: private: static Direction get_default_dir (Grob*); - static void set_stem_directions (Grob*); - static void consider_auto_knees (Grob*); + static void set_stem_directions (Grob*, Direction ); + static void consider_auto_knees (Grob*, Direction d); static void set_stem_shorten (Grob*); static Real calc_stem_y (Grob*, Grob* s, Interval pos); static void set_stem_lengths (Grob*);