]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
* flower/include/std-string.hh:
[lilypond.git] / lily / include / beam.hh
index c852b443018d6b5437d4f33c7babfae5e3e76177..15ddae2bf1951c8ca791cf63f22adc904b2f0470 100644 (file)
@@ -72,10 +72,10 @@ public:
   
 static Real score_slopes_dy (Real, Real, Real, Real, Real, bool, Beam_quant_parameters const *);
 
-  static Real score_stem_lengths (Link_array__Grob_ const &stems,
-                                 std::vector<Stem_info> const &stem_infos,
-                                 std::vector<Real> const &base_stem_ys,
-                                 std::vector<Real> const &stem_xs,
+  static Real score_stem_lengths (vector<Grob*> const &stems,
+                                 vector<Stem_info> const &stem_infos,
+                                 vector<Real> const &base_stem_ys,
+                                 vector<Real> const &stem_xs,
                                  Real xl, Real xr,
                                  bool knee,
                                  Real yl, Real yr, Beam_quant_parameters const *);