Am 22.01.2016 um 20:29 schrieb Urs Liska:
> beaming_options_.subdivided_beam_count_ =
> (scm_eqv_p (ly_symbol2scm("one"), ly_symbol2scm("one")))
> ? ONE
> : (scm_eqv_p (subdiv_beam_count_prop,
> ly_symbol2scm("base-moment")))
> ? BASE_MOMENT
> : METRIC;
Oops, that was the wrong test version, originally it was
beaming_options_.subdivided_beam_count_ =
(scm_eqv_p (beam_count_prop, ly_symbol2scm("one")))
? ONE
: (scm_eqv_p (subdiv_beam_count_prop,
ly_symbol2scm("base-moment")))
? BASE_MOMENT
: METRIC;
but the result is the same: no matter what beam_count_prop seems to
hold, the result is always ONE.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user