]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/separation-item.cc
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / separation-item.cc
index 24a87528b40407ddcedef4cefe3e3d1a2db3e478..3ca590a50044f5ec628b694d09c43cbd38cb99f2 100644 (file)
@@ -79,7 +79,7 @@ Interval
 Separation_item::width (Grob *me)
 {
   SCM sw = me->get_grob_property ("X-extent");
-  if (ly_number_pair_p (sw))
+  if (is_number_pair (sw))
     {
       return ly_scm2interval (sw);
     }