Home
last modified time | relevance | path

Searched refs:system_count_on_this_page (Results 1 – 2 of 2) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dpage-breaking.cc1383 int system_count_on_this_page = 0; in space_systems_with_fixed_number_per_page() local
1384 while (system_count_on_this_page < systems_per_page_ in space_systems_with_fixed_number_per_page()
1389 system_count_on_this_page += cur_line.compressed_nontitle_lines_count_; in space_systems_with_fixed_number_per_page()
1400 if (system_count_on_this_page != systems_per_page_) in space_systems_with_fixed_number_per_page()
1402 … res.penalty_ += abs (system_count_on_this_page - systems_per_page_) * TERRIBLE_SPACING_PENALTY; in space_systems_with_fixed_number_per_page()
1403 res.system_count_status_ |= ((system_count_on_this_page < systems_per_page_)) in space_systems_with_fixed_number_per_page()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dpage-breaking.cc1359 int system_count_on_this_page = 0; in space_systems_with_fixed_number_per_page() local
1360 while (system_count_on_this_page < systems_per_page_ in space_systems_with_fixed_number_per_page()
1365 system_count_on_this_page += cur_line.compressed_nontitle_lines_count_; in space_systems_with_fixed_number_per_page()
1376 if (system_count_on_this_page != systems_per_page_) in space_systems_with_fixed_number_per_page()
1378 … res.penalty_ += abs (system_count_on_this_page - systems_per_page_) * TERRIBLE_SPACING_PENALTY; in space_systems_with_fixed_number_per_page()
1379 res.system_count_status_ |= ((system_count_on_this_page < systems_per_page_)) in space_systems_with_fixed_number_per_page()