]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/single-malt-grouping-item.hh
release: 1.3.19
[lilypond.git] / lily / include / single-malt-grouping-item.hh
index 6c83fc6ab64698744d5c3811dadfc67fda6fb600..78c325dcf76042e1779b934f2937769c992348aa 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-  single-malt-grouping-item.hh -- declare 
+  single-malt-grouping-item.hh -- declare Single_malt_grouping_item
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Single_malt_grouping_item : public Item
 {
   VIRTUAL_COPY_CONS(Score_element);
-  Link_array<Item> item_l_arr_;
 public:
   Single_malt_grouping_item ();
   Interval my_width () const;
   void add_item (Item*);
-  
-protected:
-  virtual  void do_substitute_element_pointer (Score_element*, Score_element*);
-  virtual void do_print () const;
 };
 
+
 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */