lilypond-user
[Top][All Lists]
Advanced

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

Re: European Characters in \markup


From: Mats Bengtsson
Subject: Re: European Characters in \markup
Date: Fri, 19 Nov 2004 15:43:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

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




reply via email to

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