Josiah doesn't say what text editor he uses to produce the .ly files.
The thing is that the inputencoding you specify in the .ly file should
be the same as the encoding that the editor uses when saving the file.
Since the default inputencoding is latin1, you should either use an
editor that saves the file using latin1 (ISO 8859-1) encoding or change
the setting in the .ly file corresponding the encoding your editor
uses.

   /Mats


Bertalan Fodor wrote:
At me the following cases work:

composer = "qwér"
poet = \markup "qw\\'er" { qwér }
arranger = \markup "\\\"asdf " { äsdf }

c^\markup { "qw\\'er" }
\override TextSpanner #'edge-text = #'("qw\\'er" . "asdf")

Bert


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-use r

-- ============================================= 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

Reply via email to