X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=12cbf575a0ec10fea73afe463c0d0f0ac00f89c8;hb=26253bd2625f96bdaed6689668d7c5ff1a98f132;hp=62dc93ebb36258e149ff6eec257d6908620cfa6a;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index 62dc93ebb3..12cbf575a0 100644 --- a/lily/include/rhythmic-head.hh +++ b/lily/include/rhythmic-head.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ @@ -17,7 +17,7 @@ class Rhythmic_head { public: static int duration_log (Grob*); - static void set_dots (Grob*,Item *); + static void set_dots (Grob*, Item *); static Item * get_stem (Grob*) ; static Item * get_dots (Grob*) ; static int dot_count (Grob*) ;