I'm using LilyPond version 2.25.21.

This message occurred:

"
Note: compilation failed and \version outdated, did you
update input syntax with convert-ly?

https://lilypond.org/doc/v2.25/Documentation/usage/updating-files-with-convert_002dly
"

The  message appeared during processing of a score, and provides no indication of where the culprit is.

I verified that all of my source files have the correct version number (\version "2.25.18").

It would be helpful if the message identified the file causing the error.

I searched for this message in the LilyPond code, and found 8 files contain the same message. (The list of files is at the end of this post).

This message didn't help me to identify the file causing the error, so I've no idea what was causing the error.

How do I find out which file caused the error?

The code in "C:\Program Files (x86)\LilyPond2p25p21\share\lilypond\2.25.21\scm\lily\lily-library.scm" at line 1258:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(define convert-ly-msg
  (match (ly:version)
    ((major minor . rest)
     (format #f
             (G_ "\

Note: compilation failed and \\version outdated, did you
update input syntax with convert-ly?

https://lilypond.org/doc/v~a.~a/Documentation/usage/updating-files-with-convert_002dly

")
             major
             minor))))
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
List of files with the same error message:
"C:\Program Files (x86)\LilyPond2p25p21\lib\lilypond\2.25.21\ccache\lily\lily-library.go" :1652 - This is a binary file, so I couldn't look at the code "C:\Program Files (x86)\LilyPond2p25p21\share\lilypond\2.25.21\scm\lily\lily-library.scm" :1264
Language files:
"C:\Program Files (x86)\LilyPond2p25p21\share\locale\ca\LC_MESSAGES\lilypond.mo" 100 "C:\Program Files (x86)\LilyPond2p25p21\share\locale\fr\LC_MESSAGES\lilypond.mo" 95 "C:\Program Files (x86)\LilyPond2p25p21\share\locale\it\LC_MESSAGES\lilypond.mo" :97 "C:\Program Files (x86)\LilyPond2p25p21\share\locale\ja\LC_MESSAGES\lilypond.mo" :100 "C:\Program Files (x86)\LilyPond2p25p21\share\locale\nl\LC_MESSAGES\lilypond.mo" :101 "C:\Program Files (x86)\LilyPond2p25p21\share\locale\zh_CN\LC_MESSAGES\lilypond.mo:97
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


Reply via email to