]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rod.hh
release: 1.3.53
[lilypond.git] / lily / include / rod.hh
index 4374f3c4eff242cfb0684e7c3a8939fa9536f3da..4edf21b1cd1d3ca15d6d6c8220a2861f9cc00062 100644 (file)
@@ -20,7 +20,6 @@ struct Column_rod
 
   Column_rod ();
   static int compare (const Column_rod &r1, const Column_rod &r2);
-  void print () const;
 };
 
 
@@ -28,6 +27,12 @@ struct Rod
 {
   Drul_array <Item*> item_l_drul_;
   Real distance_f_;
+
+  /**
+    translate the rod so as to refer to Paper_columns  
+   */
+  void columnize ();
+  
   void add_to_cols ();
 
   Rod ();