X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frhythmic-head.cc;h=436da6b612998f8c5dd6573f019248baefab4449;hb=8ccf262699c56faceea2e158cff6dfb638c7ac3d;hp=ec368b8a51c90c1abf230716f1da6d2e89b632a9;hpb=aa93c901382b55d19a30b601afbdca85ccd16987;p=lilypond.git diff --git a/lily/rhythmic-head.cc b/lily/rhythmic-head.cc index ec368b8a51..436da6b612 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--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #include "rhythmic-head.hh" @@ -49,13 +49,10 @@ Rhythmic_head::duration_log (Grob *me) } ADD_INTERFACE (Rhythmic_head, - - "rhythmic-head-interface", - - "Note head or rest", + "Note head or rest.", + /* properties */ "dot " - "duration-log" + "duration-log " "stem " ); -