]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-quanting.cc
* flower/include/pqueue.hh: Derive from std::vector.
[lilypond.git] / lily / beam-quanting.cc
index 5b9b2dbaed808658d9a714472cf634161d2f3152..90e0bb7cdef31101736e127be02ff2ad18d96ff8 100644 (file)
@@ -139,7 +139,7 @@ Beam::quanting (SCM smob, SCM posns)
     Do stem computations.  These depend on YL and YR linearly, so we can
     precompute for every stem 2 factors.
   */
-  Link_array<Grob> stems
+  Link_array__Grob_ stems
     = extract_grob_array (me, "stems");
   std::vector<Stem_info> stem_infos;
   std::vector<Real> base_lengths;
@@ -327,7 +327,7 @@ Beam::quanting (SCM smob, SCM posns)
 }
 
 Real
-Beam::score_stem_lengths (Link_array<Grob> const &stems,
+Beam::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,