lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: --safe-mode makes \`e fail


From: Mats Bengtsson
Subject: Re: --safe-mode makes \`e fail
Date: Sun, 17 Apr 2005 19:38:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]