If you use \encoding "latin1" then you should input the Latin1 encoding of the character directly. If you want to use the TeX commands, then you should use \encoding "TeX" instead.
Of course, this doesn't answer why your file happens to work when you don't use --safe-mode. Also, note that the safe mode is much safer in the latest development versions.
/Mats
Tom Cato Amundsen wrote:
Hello!
It turns out that I cannot use --safe-mode if I want \`e to be generate รจ in lyrics.
Do you know if there is a way around this, while still using --safe-mode?
These are the commands I use: lilypond-snapshot $1.ly dvips -E $1.dvi -o $1.ps ps2png-snapshot $1.ps
The lilypond file demonstrating the problem:
\version "2.4.0"
\encoding "latin1"
\score{
<<
\new Staff\new Voice{ <c' c'>1 <c' d'> <c' e'> <c' f'> <c' g'>
<c' a'> <c' b'> <c' c''> <c' d''> <c' e''>
}
\new Lyrics\lyricmode{ unisson seconde tierce quarte quinte sixi\`eme septi\`eme octave neuvii\`eme dixi\`eme
}
\layout{} \midi{ \tempo 1=60 } }
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
