]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break.cc
release: 0.0.72pre
[lilypond.git] / lily / break.cc
index 1513046a9121b1049e541e36ac55efc3a3dc4528..0f0aabe68113f4166402e6e6b0b028b29d7fbf98 100644 (file)
@@ -74,7 +74,7 @@ Break_algorithm::solve_line(Line_of_cols curline) const
 Break_algorithm::Break_algorithm(PScore&s)
     :pscore_(s)
 {
-    linelength = s.paper_l_->linewidth;
+    linelength = s.paper_l_->linewidth_f();
 }
 
 bool