lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A comment about the documentation


From: Thomas Morley
Subject: Re: A comment about the documentation
Date: Sat, 2 Jan 2021 00:37:52 +0100

Am Fr., 1. Jan. 2021 um 23:25 Uhr schrieb Thomas Morley
<thomasmorley65@gmail.com>:
>
> Am Fr., 1. Jan. 2021 um 20:24 Uhr schrieb David Nalesnik
> <david.nalesnik@gmail.com>:
> >
> > Hi Harm,
> >
> > On Fri, Jan 1, 2021 at 12:44 PM Thomas Morley <thomasmorley65@gmail.com> 
> > 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/lilypond-user@gnu.org/msg100337.html
>
> Cheers,
>   Harm

I misread.
You changed resolve-module to resolve-interface
Now working as expected.

Thanks,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]