I don't know if this is a known issue, or if anyone cares because it's
version 2.20, but it will get a fatal error if the filename contains
non-ASCII characters.  It is not a problem in 2.22 or 2.23.  I believe
I saw a thread where this error popped up, but I can't find it.

I've attached the most minimal of MWEs to this email.  You have to
save the file with the filename unchanged.  If you try to compile it,
the output is:

Starting lilypond 2.20.0 [modèle-piano-chant0.ly]...
Processing `/home/<user>/Downloads/modèle-piano-chant0.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/tmp/lilypond-KEki2k'...
Converting to `modèle-piano-chant0.pdf'...
warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28
-dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH
-r1200 -sDEVICE=pdfwrite -dAutoRotatePages=/None -dPrinted=false
-sOutputFile=modèle-piano-chant0.pdf -c.setpdfwrite
-f/tmp/lilypond-KEki2k)' failed (256)

fatal error: failed files: "/home/<user>/Downloads/modèle-piano-chant0.ly"
Exited with return code 1.


--
Knute Snortum
\version "2.20.0"

\relative c'' {
  c c c c
}

Reply via email to