X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdot-column.hh;h=aa197cd7a327bdb69252f0ef786ef21420e720a9;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=9d8d5e552a4a679b8f591742c2b92995d7d3eb13;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/include/dot-column.hh b/lily/include/dot-column.hh index 9d8d5e552a..aa197cd7a3 100644 --- a/lily/include/dot-column.hh +++ b/lily/include/dot-column.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ @@ -19,13 +19,14 @@ class Dot_column : public Horizontal_group_item { Link_array head_l_arr_; Link_array dot_l_arr_; - void add (Dots*); public: DECLARE_MY_RUNTIME_TYPEINFO; - void add (Rhythmic_head*); + void add_head (Rhythmic_head*); + void add_dots (Dots*); + protected: virtual void do_pre_processing (); - virtual void do_substitute_dependency (Score_elem *o, Score_elem*n); + virtual void do_substitute_dependency (Score_element *o, Score_element*n); }; #endif // DOT_COLUMN_HH