X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbeam.hh;h=6dbdf4b23f626b1958655695e8001f9908a4b4e7;hb=5af7cd44435fd26fade6e700a3912630e1553a87;hp=c6913eee2f715b3d3d17abb46362b23fbcaf6c4a;hpb=e860e146ccecf07d42aa53de885916931950245e;p=lilypond.git diff --git a/lily/include/beam.hh b/lily/include/beam.hh index c6913eee2f..6dbdf4b23f 100644 --- a/lily/include/beam.hh +++ b/lily/include/beam.hh @@ -66,7 +66,7 @@ public: static Real get_beam_translation (Grob *me); static Real get_beam_thickness (Grob *me); static void connect_beams (Grob *me); - static std::vector get_beam_segments (Grob *me_grob, Grob **common); + static vector get_beam_segments (Grob *me_grob, Grob **common); DECLARE_SCHEME_CALLBACK (rest_collision_callback, (SCM element, SCM prev_off)); DECLARE_SCHEME_CALLBACK (pure_rest_collision_callback, (SCM element, SCM, SCM, SCM prev_off)); @@ -88,7 +88,7 @@ private: friend class Beam_scoring_problem; static Direction get_default_dir (Grob *); - static std::vector get_beam_segments (Grob *); + static vector get_beam_segments (Grob *); static void set_stem_directions (Grob *, Direction); static void consider_auto_knees (Grob *); static void set_stem_shorten (Grob *);