X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=cd1620fb8c9d489f80b33f18409f6cec70737d7d;hb=c49a146628e5f8422c72deb40a42899c4c5cdd33;hp=62dc93ebb36258e149ff6eec257d6908620cfa6a;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index 62dc93ebb3..cd1620fb8c 100644 --- a/lily/include/rhythmic-head.hh +++ b/lily/include/rhythmic-head.hh @@ -3,10 +3,9 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ - #ifndef RHYTHMIC_HEAD_HH #define RHYTHMIC_HEAD_HH @@ -16,14 +15,13 @@ class Rhythmic_head { public: - static int duration_log (Grob*); - static void set_dots (Grob*,Item *); - static Item * get_stem (Grob*) ; - static Item * get_dots (Grob*) ; - static int dot_count (Grob*) ; - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - static bool has_interface (Grob*); - + static int duration_log (Grob *); + static void set_dots (Grob *, Item *); + static Item *get_stem (Grob *); + static Item *get_dots (Grob *); + static int dot_count (Grob *); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + static bool has_interface (Grob *); }; #endif // RHYTHMIC_HEAD_HH