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

\useModule doesn't parse argument(s) properly #136

Closed uliska closed 7 years ago

uliska commented 8 years ago

Before adding further libraries we should ensure that the hack after \useModule is made unnecessary. Obviously we have an unpleasant bug in \useModule, presumably due to imporper parsing of (optional) arguments. IIRC there must be something Scheme-like after the function call, otherwise LilyPond stumbles over the very next element in the score, usually something in a totally unrelated (and thus hard-to-track-down) place.

uliska commented 7 years ago

This is obsolete as everything's in the new oll-core infrastructue