]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-engraver.cc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / tie-engraver.cc
index a1df498c98f356877b2cf7a56c44538167b20819..9aabfa887e41ef5d1f5c9a0e8d2b7efec1afa68c 100644 (file)
@@ -94,7 +94,7 @@ Tie_engraver::acknowledge_grob (Grob_info i)
            maybe should check positions too.
           */
          if (right_mus && left_mus
-             && gh_equal_p (right_mus->get_property ("pitch"),
+             && ly_equal_p (right_mus->get_property ("pitch"),
                             left_mus->get_property ("pitch")))
            {
              Grob * p = make_spanner ("Tie");
@@ -124,7 +124,7 @@ void
 Tie_engraver::start_translation_timestep ()
 {
   daddy_context_->set_property ("tieMelismaBusy",
-                             gh_bool2scm (heads_to_tie_.size ()));
+                             ly_bool2scm (heads_to_tie_.size ()));
       
 }