]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-interface.cc
(recent_enough): interpret laziness
[lilypond.git] / lily / line-interface.cc
index 317df83495b5e2c434e2b364e04469fce768147f..d57b5cac0c2d060551d04f145b9dd6d84ff1dec0 100644 (file)
@@ -12,7 +12,7 @@ source file of the GNU LilyPond music typesetter
 #include "grob.hh"
 #include "staff-symbol-referencer.hh"
 #include "lookup.hh"
-#include "paper-def.hh"
+#include "output-def.hh"
 
 
 Stencil
@@ -73,7 +73,7 @@ Line_interface::line (Grob *me, Offset from, Offset to)
   SCM type = me->get_property ("style");
 
   SCM dash_fraction = me->get_property ("dash-fraction");
-  if (ly_c_number_p (dash_fraction) || type == ly_symbol2scm ("dotted-line"))
+  if (scm_is_number (dash_fraction) || type == ly_symbol2scm ("dotted-line"))
     {
       
       Real fraction