]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/idealspacing.hh
release: 1.1.4
[lilypond.git] / lily / include / idealspacing.hh
index 20ff60fee5bf6f8673c096d13c0e9f5779f287b5..2b2b72aab82550bffe1415af7535702dc8e930f0 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef IDEALSPACING_HH
 #define IDEALSPACING_HH
 #include "lily-proto.hh"
+#include "drul-array.hh"
 
 /// ideal spacing between two columns
 struct Idealspacing {
@@ -18,8 +19,7 @@ struct Idealspacing {
   Real hooke_f_;
 
   /// the two columns
-  int left_i_;
-  int right_i_;
+  Drul_array<int> cols_drul_;
     
   Real energy_f (Real x) const;
   void print() const;