X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbreak-algorithm.cc;h=e14cdcdb4a852bdaf1a1c677b5a9001c700e83bd;hb=d9b43b93f2c885409bafdb157138158f65cc49aa;hp=320857f7b8e1bf4992cbc80c10c93a2dc4be8922;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/break-algorithm.cc b/lily/break-algorithm.cc index 320857f7b8..e14cdcdb4a 100644 --- a/lily/break-algorithm.cc +++ b/lily/break-algorithm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2001 Han-Wen Nienhuys + (c) 1996--2002 Han-Wen Nienhuys */ #include "paper-column.hh" @@ -62,7 +62,7 @@ Break_algorithm::generate_spacing_problem (Link_array curline, Interval li /* this is hardcoded, but this shouldn't happen anyway. - used to be g et_var ("loose_column_distance"); + used to be get_var ("loose_column_distance"); */ sp->default_space_f_ = 1.0; @@ -72,7 +72,7 @@ Break_algorithm::generate_spacing_problem (Link_array 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