>> My working hypothesis is that those two files are both loaded in >> `lily.scm` (via the `init-scheme-files` list), which means that >> they are actually part of the 'lily' module – a function defined >> with `define` in one of the loaded files of this module is thus >> visible to all other loaded files (but not outside). >> >> Is this interpretation correct? > > Yes, that is also my understanding.
Thanks for the confirmation.
Werner
