]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / rhythmic-head.cc
index 876820589bc3d8c7e8aec85e373e993b12f5d27d..d9abe900101090f061f7333957c730aa40f0d2be 100644 (file)
@@ -36,7 +36,7 @@ Rhythmic_head::dot_count (Grob*me)
 }
 
 void
-Rhythmic_head::set_dots (Grob*me,Item *dot)
+Rhythmic_head::set_dots (Grob*me, Item *dot)
 {
   me->set_property ("dot", dot->self_scm ());
 }
@@ -48,7 +48,7 @@ Rhythmic_head::duration_log (Grob*me)
   return scm_is_number (s) ? scm_to_int (s) : 0;
 }
 
-ADD_INTERFACE (Rhythmic_head,"rhythmic-head-interface",
+ADD_INTERFACE (Rhythmic_head, "rhythmic-head-interface",
   "Note head or rest",
   "dot stem duration-log");