lilypond-user
[Top][All Lists]
Advanced

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

ly:parser-lookup vs. eval


From: Michael Käppler
Subject: ly:parser-lookup vs. eval
Date: Thu, 17 Oct 2019 22:08:29 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hi all,
a short internals-related question:
What is - from the technical point of view - the difference between the
following two ways of looking up a binding:

bla = {
    c4
}

$(eval 'bla (current-module))
$(ly:parser-lookup 'bla)

Is there a way to get a list of all toplevel bindings?

All the best,
Michael











reply via email to

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