]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rod.hh
2003 -> 2004
[lilypond.git] / lily / include / rod.hh
index 4edf21b1cd1d3ca15d6d6c8220a2861f9cc00062..1ab271bba3144d370fad815f69cb45f24783262d 100644 (file)
@@ -3,30 +3,21 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef ROD_HH
 #define ROD_HH
+
 #include "lily-proto.hh"
 #include "direction.hh"
 #include "drul-array.hh"
 
-struct Column_rod
-{
-  Paper_column *other_l_;
-  Real distance_f_;
-
-  Column_rod ();
-  static int compare (const Column_rod &r1, const Column_rod &r2);
-};
-
-
 struct Rod
 {
   Drul_array <Item*> item_l_drul_;
-  Real distance_f_;
+  Real distance_;
 
   /**
     translate the rod so as to refer to Paper_columns  
@@ -37,5 +28,6 @@ struct Rod
 
   Rod ();
 };
+
 #endif /* ROD_HH */