Le 20/07/2022 à 08:22, Eef Weenink a écrit :
I use 2.22 and arranger.ly <http://arranger.ly> (from Giles Thibault)

My question is more general. (and maybe mostly related to Frescobaldi as an enviroment).
I have several lines of scheme, somewhere is probably an syntax error.
The only message I get is form lilypond log:  there is an error in the line # begin etcetera.
(that is the first line of the scheme segment).
I want to zoom in, and see what specific problem there is, so I need the log of scheme to know what is happening.

I will do some more reading and ask my question in the Frescobalid user group.



The Scheme log is not separate from the LilyPond log. Most likely, the
error message is there, but not right next to 'GUILE signaled ...'.
For example:


GNU LilyPond 2.22.2
Processing `-'
Parsing...
%%%% First message is here:
-:3:2: error: GUILE signaled an error for the expression beginning here
#
 (+ 2 '())
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `-.pdf'...
%%%% Actual error message here:
Wrong type: ()


Best,
Jean


Reply via email to