]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
release: 0.0.76
[lilypond.git] / lily / spanner.cc
index 5cc28a1bd94d81301481d708ae2432d925482894..eb6d16f6fdb3c4e691cbcc2d91f42e6bf638dc03 100644 (file)
@@ -100,8 +100,8 @@ Spanner::Spanner()
 Interval
 Spanner::do_width()const
 {
-    Real r = right_col_l_->hpos;
-    Real l = left_col_l_->hpos;
+    Real r = right_col_l_->hpos_f_;
+    Real l = left_col_l_->hpos_f_;
     assert(*left_col_l_ < *right_col_l_);
     assert(r>=l);