]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
Update test crash instructions.
[lilypond.git] / lily / rhythmic-head.cc
index 3e79b2cb1111ff86530f73cdc6ed840e6607edc0..436da6b612998f8c5dd6573f019248baefab4449 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "rhythmic-head.hh"
@@ -48,7 +48,11 @@ Rhythmic_head::duration_log (Grob *me)
   return scm_is_number (s) ? scm_to_int (s) : 0;
 }
 
-ADD_INTERFACE (Rhythmic_head, "rhythmic-head-interface",
-              "Note head or rest",
-              "dot stem duration-log");
-
+ADD_INTERFACE (Rhythmic_head,
+              "Note head or rest.",
+              
+              /* properties */
+              "dot "
+              "duration-log "
+              "stem "
+              );