Am Fr., 1. Jan. 2021 um 23:25 Uhr schrieb Thomas Morley <[email protected]>: > > Am Fr., 1. Jan. 2021 um 20:24 Uhr schrieb David Nalesnik > <[email protected]>: > > > > Hi Harm, > > > > On Fri, Jan 1, 2021 at 12:44 PM Thomas Morley <[email protected]> > > wrote: > > > > > > the above linked code catches none-public definitions as well, not sure > > > why... > > > P.e. `split-at-predicate` > > > > > > Best wishes. > > > Harm > > > > Nice catch! > > > > This change should catch only the exported bindings: > > > > #(define (get-binding-list iface) > > (ly:module->alist (resolve-interface iface))) > > If I'm not mistaken this _is_ already used in > https://www.mail-archive.com/[email protected]/msg100337.html > > Cheers, > Harm
I misread. You changed resolve-module to resolve-interface Now working as expected. Thanks, Harm
