]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/coherent-ligature-engraver.cc
release commit
[lilypond.git] / lily / coherent-ligature-engraver.cc
index 2ef5cf41bd316da7abc5f19197150b686e1e0bb6..337415743fd594a6ce90ee639947fb329b8ed706 100644 (file)
@@ -128,9 +128,9 @@ Coherent_ligature_engraver::get_set_column (Item *item, Paper_column *column)
       Grob *sl = Staff_symbol_referencer::get_staff_symbol (item);
       for (SCM tail = parent->get_property ("elements");
           scm_is_pair (tail);
-          tail = scm_cdr (tail))
+          tail = ly_cdr (tail))
        {
-         Item *sibling = unsmob_item (scm_car (tail));
+         Item *sibling = unsmob_item (ly_car (tail));
          if ((sibling) &&
              (Staff_symbol_referencer::get_staff_symbol (sibling) == sl))
            {