]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-algorithm.cc
patch::: 1.3.136.jcn3
[lilypond.git] / lily / break-algorithm.cc
index 320857f7b8e1bf4992cbc80c10c93a2dc4be8922..e845133d6364aca3c23f25f488658186df86ea98 100644 (file)
@@ -72,7 +72,7 @@ Break_algorithm::generate_spacing_problem (Link_array<Grob> curline, Interval li
   /*
     sort out how interfacing this should work;
    */
-  if (line.empty_b())
+  if (line.empty_b ())
     {
      sp->line_len_f_ = -1;
     }
@@ -95,7 +95,7 @@ void
 Break_algorithm::set_pscore (Paper_score*s)
 {
   pscore_l_ = s;
-  linewidth_f_ = s->paper_l_->get_var("linewidth");
+  linewidth_f_ = s->paper_l_->get_var ("linewidth");
 }
 
 Array<Column_x_positions>