]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / lily / rhythmic-head.cc
index 02ed3bd664bf15f27611cdd833aebf537d7f29a5..b76ee9229d60f4d3669c704b464f16b363f271ce 100644 (file)
@@ -32,7 +32,7 @@ int
 Rhythmic_head::dot_count (Grob*me) 
 {
   return get_dots (me)
-    ? gh_scm2int (get_dots (me)->get_property ("dot-count")) : 0;
+    ? ly_scm2int (get_dots (me)->get_property ("dot-count")) : 0;
 }
 
 void
@@ -45,7 +45,7 @@ int
 Rhythmic_head::duration_log (Grob*me) 
 {
   SCM s = me->get_property ("duration-log");
-  return gh_number_p (s) ? gh_scm2int (s) : 0;
+  return ly_c_number_p (s) ? ly_scm2int (s) : 0;
 }
 
 ADD_INTERFACE (Rhythmic_head,"rhythmic-head-interface",