]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / hairpin.cc
index ba4427a6eec58666c33dc81e7d49a7485a9cd3ec..c757f4ce1e645facc3dc3761c6a85a6ca23f53c7 100644 (file)
@@ -27,7 +27,7 @@ Hairpin::brew_molecule (SCM smob)
   Real line = me->get_paper ()->get_realvar (ly_symbol2scm ("linethickness"));  
   
   SCM s = me->get_grob_property ("grow-direction");
-  if (!ly_dir_p (s))
+  if (!is_direction (s))
     {
       me->suicide ();
       return SCM_EOL;