]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-engraver.cc
* lily/text-item.cc (interpret_string): new file, select font with
[lilypond.git] / lily / piano-pedal-engraver.cc
index d92d9c631703299ef1f8ae76a1492e79f04375fa..95cc99d30e8d059e8041dbda7c53463a44f7be8b 100644 (file)
@@ -163,7 +163,7 @@ Piano_pedal_engraver::try_music (Music *m)
       for (Pedal_info*p = info_list_; p->name_; p ++)
        {
          String nm = p->name_ + String ("Event");
-         if (ly_equal_p (m->get_property ("name") ,
+         if (is_equal (m->get_property ("name") ,
                          scm_str2symbol(nm.to_str0())))
            {
              Direction d = to_dir (m->get_property ("span-direction"));
@@ -291,7 +291,7 @@ Piano_pedal_engraver::create_text_grobs (Pedal_info *p, bool mixed)
        }
     }
       
-  if (ly_string_p (s))
+  if (is_string (s))
     {
       String propname = String (p->name_) + "Pedal";