Hi,
how can I use a self-defined function with in another one?
I tried the following pseudo-code, but then myfunc is no valid function
name in the scope of the second function.
------ly-file-------------------------------
#(… scheme function definition of function myfunc …)
#(… function-head …
#{ … lilypond-code … #(myfunc arg) … #}
------end-ly-file---------------------------
(I have not yet tried putting both functions in one #(…) but I want to
be able to distribute the function definition over different files.)
Cheers,
Joram
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user