]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-scoring.cc
(protect_smob): experiment: O(1) GC (un)protection.
[lilypond.git] / lily / slur-scoring.cc
index a5b81c0e95f8523a10ae9a3545a273f17a698986..d25b72a35ef792ee904de738eb0bf1edeecc65ec 100644 (file)
@@ -498,8 +498,8 @@ spanner_less (Spanner *s1, Spanner *s2)
   Direction d = LEFT;
   do
     {
-      b1[d] = s1->get_bound (d)->get_column ()->rank_;
-      b2[d] = s2->get_bound (d)->get_column ()->rank_;
+      b1[d] = s1->get_bound (d)->get_column ()->get_rank ();
+      b2[d] = s2->get_bound (d)->get_column ()->get_rank ();
     }
   while (flip (&d) != LEFT);