]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/linespace.hh
release: 0.0.20
[lilypond.git] / hdr / linespace.hh
index 54704508e6183aa25c20a9c177141a39c5825cda..8a8742142c9a52deab4b4a34f2cbe3cad7375bcb 100644 (file)
@@ -14,8 +14,8 @@ struct Colinfo {
     Real fixpos;
     Colinfo();
     void print() const;
-    Real minright() const { return pcol_->width().max; }
-    Real minleft() const { return -pcol_->width().min; }
+    Real minright() const { return pcol_->width().right; }
+    Real minleft() const { return -pcol_->width().left; }
 };