]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Added texidoc template.
[lilypond.git] / lily / dots.cc
index 6814800a37ccb4d525fb82f1308ec78d3e9bfe5b..ba33b5ff537be97439fbdd5fb4ec5e969926586b 100644 (file)
@@ -24,7 +24,7 @@ Dots::print (SCM d)
   
   SCM c = sc->get_property ("dot-count");
 
-  if (ly_c_number_p (c))
+  if (scm_is_number (c))
     {
       Stencil d = Font_interface::get_default_font (sc)->find_by_name (String ("dots-dot"));
       Real dw = d.extent (X_AXIS).length ();