]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
release: 1.3.37
[lilypond.git] / lily / include / script-column.hh
index 22564d480524dab4153aab693a616d945650f3e3..0ba7cb1281a9f7ae5e4c0226fb5a97b574b7cbe0 100644 (file)
@@ -1,33 +1,27 @@
-/*
-  script-column.hh -- declare Script_column
-
+/*   
+  g-script-column.hh -- declare Script_column
+  
   source file of the GNU LilyPond music typesetter
+  
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  
+ */
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-*/
-
-
-#ifndef SCRIPT_COLUMN_HH
-#define SCRIPT_COLUMN_HH
+#ifndef Script_COLUMN_HH
+#define Script_COLUMN_HH
 
-#include "elem-group.hh"
 #include "item.hh"
 
-/** a struct for treating a group of noteheads (noteheads, stem
-  (chord) and scripts ) as a single entity.  */
-class Script_column : public Item, public Element_group {
-
-protected:
-    virtual void do_print() const;
-    virtual void do_substitute_dependency(Score_elem*, Score_elem*);
-    virtual void do_pre_processing() ;
+class Script_column : public Item
+{
 public:
-    Link_array<Script> script_l_arr_;
-    Link_array<Item> support_l_arr_;
-    NAME_MEMBERS(Script_column);
-   
-    void add(Script *);
-    void add_support(Item*);
+  Script_column();
+  void add_staff_sided (Item*);
+protected:
+  virtual void before_line_breaking ();
 };
 
-#endif // SCRIPT_COLUMN_HH
+
+#endif /* Script_COLUMN_HH */
+
+