Home
last modified time | relevance | path

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

/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dbeam-scoring-problem.hh186 force_score (SCM inspect_quants,
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dbeam-scoring-problem.hh189 force_score (SCM inspect_quants,
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dbeam-quanting.cc960 Beam_scoring_problem::force_score (SCM inspect_quants, in force_score() argument
963 Drul_array<Real> ins = from_scm<Drul_array<Real>> (inspect_quants); in force_score()
1003 SCM inspect_quants = get_property (beam_, "inspect-quants"); in solve() local
1004 if (scm_is_pair (inspect_quants)) in solve()
1007 best = force_score (inspect_quants, configs); in solve()
H A Dslur-scoring.cc368 SCM inspect_quants = get_property (me, "inspect-quants"); in calc_control_points() local
372 if (is_number_pair (inspect_quants)) in calc_control_points()
375 end_ys = inspect_quants; in calc_control_points()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dbeam-quanting.cc968 Beam_scoring_problem::force_score (SCM inspect_quants, in force_score() argument
971 Drul_array<Real> ins = from_scm<Drul_array<Real>> (inspect_quants); in force_score()
1011 SCM inspect_quants = get_property (beam_, "inspect-quants"); in solve() local
1012 if (scm_is_pair (inspect_quants)) in solve()
1015 best = force_score (inspect_quants, configs); in solve()
H A Dslur-scoring.cc371 SCM inspect_quants = get_property (me, "inspect-quants"); in calc_control_points() local
375 if (is_number_pair (inspect_quants)) in calc_control_points()
378 end_ys = inspect_quants; in calc_control_points()