]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/single-malt-grouping-item.hh
release: 1.3.67
[lilypond.git] / lily / include / single-malt-grouping-item.hh
index a220ee4c19a1f9c8a486468a37aa7f2be3bb4bf4..082a37b517317f5867ae1b873937a391b2b9c50d 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 Han-Wen Nienhuys <hanwen@cs.ruu.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.
+
+   Properties:
+
+
+   elements -- list of items.
+   
+   no-spacing-rods -- read from elements: boolean that makes Single_malt_grouping_item ignore
+     this item
+   
+*/
 class Single_malt_grouping_item : public Item
 {
-  SCORE_ELEM_CLONE (Single_malt_grouping_item);
-  Link_array<Item> item_l_arr_;
+  VIRTUAL_COPY_CONS(Score_element);
 public:
-  Single_malt_grouping_item ();
+  Single_malt_grouping_item (SCM);
   Interval my_width () const;
-  void add (Item*);
-  DECLARE_MY_RUNTIME_TYPEINFO;
-protected:
-  virtual  void do_substitute_dependency (Score_elem*, Score_elem*);
-  virtual void do_print () const;
+  void add_item (Item*);
 };
 
 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */