Dear William and Saul,
thanks for your helpfull posts! I managed to compile the scheme file
by using the GUILE_AUTO_COMPILE=1 environment setting.
I tried it before but failed because I did not know how to set it
successfull with the fish shell I use. Now I know :)
The compiled file will be written to an other cache dir, but this can be
copied to the expected location and everything will be fine.
If I'm ready with my changes for the fret-diagram I will post it here
for feedback.
thanks you a lot,
warm regards,
robert y
Am Tue, 11. Feb 2025 um 11:36:29 AM -0500 schrieb Saul Tobin
<saul.james.to...@gmail.com>:
If you look at LilyPond's code for initializing Guile in main.cc,
you'll see that LilyPond by default turns off automatic compilation
of Guile code, I'm guessing for empirical performance reasons. If you
set the environment variable GUILE_AUTO_COMPILE=1, I wonder if the
warning will go away because LilyPond will recompile the changed
Scheme file.