]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
Run `make grand-replace'.
[lilypond.git] / lily / rhythmic-head.cc
index 93349e06fee49a6e50c789a4cbccf202680e23f0..1ea09cce717e1c93f7e379947bf2b2917719e7a0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "rhythmic-head.hh"
@@ -49,11 +49,10 @@ Rhythmic_head::duration_log (Grob *me)
 }
 
 ADD_INTERFACE (Rhythmic_head,
-
-              "Note head or rest",
+              "Note head or rest.",
               
+              /* properties */
               "dot "
               "duration-log "
               "stem "
               );
-