]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release: 1.0.1
[lilypond.git] / lily / include / dot-column.hh
index 9d8d5e552a4a679b8f591742c2b92995d7d3eb13..aa197cd7a327bdb69252f0ef786ef21420e720a9 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -19,13 +19,14 @@ class Dot_column : public Horizontal_group_item
 {
   Link_array<Rhythmic_head> head_l_arr_;
   Link_array<Dots> 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