]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / stem-tremolo.cc
index dba612fc70e295df81104bcde2b90564dac14a63..445926bbada1b74a830845eda03a471f0c048389 100644 (file)
@@ -66,7 +66,7 @@ Stem_tremolo::raw_molecule (Grob *me)
     {
       Real dy = 0;
       SCM s = beam->get_grob_property ("positions");
-      if (ly_number_pair_p (s))
+      if (is_number_pair (s))
        {
          dy = -gh_scm2double (gh_car (s)) +gh_scm2double (gh_cdr (s));
        }