Home
last modified time | relevance | path

Searched refs:connect_to_other (Results 1 – 6 of 6) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dmeasure-spanner.cc40 Drul_array<bool> connect_to_other; in calc_connect_to_neighbors() local
47 connect_to_other[d] in calc_connect_to_neighbors()
53 if (connect_to_other[LEFT] || connect_to_other[RIGHT]) in calc_connect_to_neighbors()
54 return scm_cons (scm_from_bool (connect_to_other[LEFT]), in calc_connect_to_neighbors()
55 scm_from_bool (connect_to_other[RIGHT])); in calc_connect_to_neighbors()
H A Dtuplet-bracket.cc157 Drul_array<bool> connect_to_other; in calc_connect_to_neighbors() local
173 connect_to_other[d] in calc_connect_to_neighbors()
179 if (connect_to_other[LEFT] || connect_to_other[RIGHT]) in calc_connect_to_neighbors()
180 return scm_cons (scm_from_bool (connect_to_other[LEFT]), in calc_connect_to_neighbors()
181 scm_from_bool (connect_to_other[RIGHT])); in calc_connect_to_neighbors()
212 Drul_array<bool> connect_to_other in calc_x_positions() local
221 if (connect_to_other[d]) in calc_x_positions()
422 Drul_array<bool> connect_to_other in print() local
428 if (connect_to_other[d]) in print()
H A Dbracket.cc112 Drul_array<bool> connect_to_other in make_axis_constrained_bracket() local
118 if (connect_to_other[d]) in make_axis_constrained_bracket()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dmeasure-spanner.cc41 Drul_array<bool> connect_to_other (false, false); in calc_connect_to_neighbors() local
48 connect_to_other[d] in calc_connect_to_neighbors()
54 if (connect_to_other[LEFT] || connect_to_other[RIGHT]) in calc_connect_to_neighbors()
55 return scm_cons (scm_from_bool (connect_to_other[LEFT]), in calc_connect_to_neighbors()
56 scm_from_bool (connect_to_other[RIGHT])); in calc_connect_to_neighbors()
H A Dtuplet-bracket.cc157 Drul_array<bool> connect_to_other (false, false); in calc_connect_to_neighbors() local
173 connect_to_other[d] in calc_connect_to_neighbors()
179 if (connect_to_other[LEFT] || connect_to_other[RIGHT]) in calc_connect_to_neighbors()
180 return scm_cons (scm_from_bool (connect_to_other[LEFT]), in calc_connect_to_neighbors()
181 scm_from_bool (connect_to_other[RIGHT])); in calc_connect_to_neighbors()
212 Drul_array<bool> connect_to_other in calc_x_positions() local
221 if (connect_to_other[d]) in calc_x_positions()
417 Drul_array<bool> connect_to_other in print() local
423 if (connect_to_other[d]) in print()
H A Dbracket.cc112 Drul_array<bool> connect_to_other in make_axis_constrained_bracket() local
118 if (connect_to_other[d]) in make_axis_constrained_bracket()