lilypond-user
[Top][All Lists]
Advanced

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

Re: non-latin1 characters


From: Bertalan Fodor
Subject: Re: non-latin1 characters
Date: Mon, 10 Jan 2005 14:10:28 +0100
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

Two solutions:

1. use TeX encoding and TeX markups, with \markup in strings

\encoding "TeX"

\header {
   title = "\H{u}"
}

\lyrics {
   \H{o}
}

\score { c^\markup { \H{o} }

2. Take pfaedit, and edit the ec-fonts font files: replace latin1
characters with yours, and use \encoding "latin1" Preferably, we could
make a "latin2" font.

Bert





reply via email to

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