You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I was trying to load a module that would provide some void-functions to the working .ly. When trying to use the function, I would get an "unknown escaped string" error. After some testing, I've figured that for some reason I should put 'anything' before calling the function.
This would rise an error:
\loadModule pessoa-oll-pkg.test-load-module-I
\fooVoidFunction % just displays "foo function"
I've setup a mwe here. I wasn't sure if it was related to the loadModule, but is seems to be the case, since if I load the module.ily with a straight \include the first example works fine.
The workaround I came up for now is just putting anything right after loading the module.
The text was updated successfully, but these errors were encountered:
Hello.
I was trying to load a module that would provide some void-functions to the working .ly. When trying to use the function, I would get an "unknown escaped string" error. After some testing, I've figured that for some reason I should put 'anything' before calling the function.
This would rise an error:
While this would work fine:
I've setup a mwe here. I wasn't sure if it was related to the loadModule, but is seems to be the case, since if I load the module.ily with a straight \include the first example works fine.
The workaround I came up for now is just putting anything right after loading the module.
The text was updated successfully, but these errors were encountered: