On Tue, 12 May 2026 at 12:49, Francesco Intrieri < [email protected]> wrote: > > Dear Lilypond Users, > > Since I included a file named « Fonctions.ly » to write some functions for my own use (Instrument name definitions to be used in multiple files), Lilypond gives me the following error by the compilation: > > Cannot find glyph timesig.single-digit22 > > I tried to rename my « Fonctions.ly » file, but the error reappears. > I tried to compile other non compromised files, but the error reappears. > I tried to uninstall both Frescobaldi and Lilypond, restart the computer, but the error stays. > > Any clue on how to solve this problem would be strongly appreciated.
Hello, In the last version of lilypond the TimeSignature style 'single-digit has been renamed to 'single-number. https://lilypond.org/doc/v2.26/Documentation/changes/rhythm-improvements.html Normally convert-ly should have taken care of it. Run convert-ly on your files (best) or replace 'single-digit by 'single-number in your files. Kind regards, Xavier
