X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdots.cc;h=c93a6f8c67c0a9e6640d8f80e79fee6da7906781;hb=36a2ef8fd1db451ea9318743561856b4f0907ba2;hp=24ecb4aa4cc0cc4523ab43bd7af1407de2a2ca86;hpb=94a1966c72301b8bd1d8bb3b8628c3f089d007cf;p=lilypond.git diff --git a/lily/dots.cc b/lily/dots.cc index 24ecb4aa4c..c93a6f8c67 100644 --- a/lily/dots.cc +++ b/lily/dots.cc @@ -9,7 +9,7 @@ #include "dots.hh" #include "item.hh" #include "stencil.hh" -#include "paper-def.hh" +#include "output-def.hh" #include "font-interface.hh" #include "lookup.hh" #include "staff-symbol-referencer.hh" @@ -24,7 +24,7 @@ Dots::print (SCM d) SCM c = sc->get_property ("dot-count"); - if (ly_number_p (c)) + if (ly_c_number_p (c)) { Stencil d = Font_interface::get_default_font (sc)->find_by_name (String ("dots-dot")); Real dw = d.extent (X_AXIS).length ();