]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hyphen-engraver.cc
(move_away_from_staffline): new function.
[lilypond.git] / lily / hyphen-engraver.cc
index 94f2ae76cff2121fbb1440d0eb7947f543d958fb..8f7193fad165216a7652d21f9d99534ef0a693dc 100644 (file)
@@ -73,9 +73,9 @@ completize_hyphen (Spanner* sp)
   if (!sp->get_bound (RIGHT))
     {
       SCM heads = sp->get_property ("heads");
-      if (ly_c_pair_p (heads))
+      if (scm_is_pair (heads))
        {
-         Item* it = dynamic_cast<Item*> (unsmob_grob (ly_car (heads)));
+         Item* it = dynamic_cast<Item*> (unsmob_grob (scm_car (heads)));
          if (it)
            sp->set_bound (RIGHT, it);
        }