bug-lilypond
[Top][All Lists]
Advanced

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

TeX escapes don't work


From: Bertalan Fodor
Subject: TeX escapes don't work
Date: Sat, 06 Nov 2004 15:53:28 +0100
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

TeX escapes mess up lyrics spacing in DVI output, but there is no other way to enter non-latin1 characters:

\version "2.4.0"

\score {
   <<
   \new Staff {
       c' d' e' f'
   }
   \new Lyrics \lyricsto "" \lyricmode {
        Ár -- víz -- tű -- rő.
   }
   \new Lyrics \lyricsto "" \lyricmode {
       \'Ar -- v\'iz -- "t\H{u}" -- "r\H{o}"
   }
   >>
}




reply via email to

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