]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:53:35 +0000 (19:53 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:53:35 +0000 (19:53 +0000)
lily/VERSION
lily/include/collision.hh

index 013490db64f6405e364965f74cf70f94021f3e8a..c04453cdaa59eb20b92f1fb6684db8da8a604e2f 100644 (file)
@@ -1,6 +1,6 @@
 MAJOR_VERSION = 0
 MINOR_VERSION = 1
-PATCH_LEVEL = 1
+PATCH_LEVEL = 7
 # use to send patches, always empty for released version:
 # include separator: ".postfix", "-pl" makes rpm barf
 
index 3891a5a0c16c0943e3897ccd540a306f96fecb9a..162c5fe38597d1c0c40a6265861e0a84e486f0e0 100644 (file)
 #ifndef COLLISION_HH
 #define COLLISION_HH
 #include "lily-proto.hh"
-#include "item.hh"
+#include "elem-group-item.hh"
 
-/** TODO 
+/**
+  Resolve conflicts between various Note_columns (chords).
+  
+  TODO 
 
   multistaff support (see Chlapik: equal noteheads should be on the
   same hpos.)  
 */
-class Collision : public Item {
+class Collision : public Horizontal_vertical_group_item {
 protected:
     virtual void do_substitute_dependency(Score_elem*,Score_elem*);
     virtual void do_pre_processing();
@@ -26,6 +29,5 @@ public:
     DECLARE_MY_RUNTIME_TYPEINFO;
     void add (Note_column*ncol_l);
     Collision();
-    
 };
 #endif // COLLISION_HH