X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=cd1620fb8c9d489f80b33f18409f6cec70737d7d;hb=a7ef972d7e2275c68089db3e0be3fdb19cb7b458;hp=1da23356b1bad40f313916e71a1681bffa2ddd99;hpb=c89de2a770104af7b014bd4674e871957951e8fb;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index 1da23356b1..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--2002 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 * stem_l (Grob*) ; - static Item * dots_l (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