openlilylib / snippets

A place to store useful pieces of LilyPond code - custom functions, engravers, hacks, templates, examples etc.
Other
119 stars 39 forks source link

Implicitly load library #137

Closed uliska closed 7 years ago

uliska commented 8 years ago

So far \useModule will complain (and abort) if the corresponding library isn't loaded already. But I think this is completely unnecessary. When it finds that the library hasn't been loaded yet it could silently call \loadLibrary instead. I don't see anything that speaks against this.

uliska commented 7 years ago

This is obsolete as everything concerning the library structure isn't actually supported anymore in this repository.