lilypond-user
[Top][All Lists]
Advanced

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

Re: Possible bug, attempting to use non-latin characters in verse


From: Nick Payne
Subject: Re: Possible bug, attempting to use non-latin characters in verse
Date: Thu, 28 May 2015 11:00:19 +1000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 26/05/2015 17:31, Colin Jesse Kinlund wrote:
\version "2.18.2"

firstVoice = \lyricmode {
I -- av -- na -- na, }

pirveliEkhma = \lyricmode {
ი -- ავ -- ნა -- ნა, }

melody = \relative c'' {
\time 5/4 c4 d e e8( d4.)}

\score {
\new ChoirStaff
<< 
\new Voice = "pirveli"
{ \melody }
\new Lyrics
\lyricsto "melody"
{ \firstVoice }
\new Lyrics
\lyricsto "melody"
{ \pirveliEkhma }
>>
}

No problem visible with LP 2.19.21 on either Ubuntu 15.04 x64 or Windows 8.1 x64, once I changed \lyricsto "melody" to \lyricsto "pirveli":

Nick

Attachment: lyrics.png
Description: PNG image


reply via email to

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