]> 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 2eb025b0475fb5f63e6c101e137dce42e9665f0f..78c325dcf76042e1779b934f2937769c992348aa 100644 (file)
@@ -3,7 +3,7 @@
   
   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 */