X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frhythmic-head.cc;h=f771c75edc910e727b5d44eaa220d0608b3caaff;hb=e63dac8853909a52de02b480bcf3f1718433d09f;hp=27ad66cb8c5bcd0803b9d9fd57d14f93c129bd84;hpb=e6caaa132f59006e5c47d0007b24bfedd07ad145;p=lilypond.git diff --git a/lily/rhythmic-head.cc b/lily/rhythmic-head.cc index 27ad66cb8c..f771c75edc 100644 --- a/lily/rhythmic-head.cc +++ b/lily/rhythmic-head.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "rhythmic-head.hh" @@ -48,7 +48,14 @@ 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"); + + "dot " + "duration-log " + "stem " + );