]> 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 5b18c11576243dec4a50a5739e862597280dd373..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>
   
  */
 
 #include "item.hh"
 
 /** Calc dimensions for the Separating_group_spanner; this has to be
-   an itme to get dependencies correct.  It can't be an element_group
-   since these usually are in a different X_group 
+   an item to get dependencies correct.  It can't be an element_group
+   since these usually are in a different X_group
 
-   It's 1 30 am.  Naming suggestions appreciated.  */
+   It's 1:30 am.  Naming suggestions appreciated.
+*/
 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_dependency (Score_element*, Score_element*);
-  virtual void do_print () const;
 };
 
+
 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */