> Le 18 mai 2023 à 05:49, Colin Campbell <[email protected]> a écrit :
>
> Attached console output. I'll do a git pull and recompile a bit later, and
> report what happens. Note that the same test file when compiled using
> Frescobaldi as a front end, produces the following output:
>
>
> Starting lilypond 2.25.5 [Non-Musical.ly]...
>
> programming error: unknown context mod tag
>
> continuing, cross fingers
>
> Processing `/Work/Non-Musical.ly'
>
> Parsing...
>
> Interpreting music...
>
> fatal error: No grob definition found for `NonMusicalPaperColumn'.
>
> Exited with return code 1.
>
> Same test file, same lilypond binary, different error message from running
> lilypond on the command line.
The only sane explanation I can think of for these errors is that you forgot to
recompile LilyPond after a 'git pull'. In other words, you are running a
version of the C++ code that is out of sync with the Scheme code.