bug-lilypond
[Top][All Lists]
Advanced

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

Re: text collision


From: Erik Sandberg
Subject: Re: text collision
Date: Fri, 4 Nov 2005 23:42:15 +0100
User-agent: KMail/1.8.3

On Thursday 03 November 2005 21.46, Markian Hlynka wrote:
> OK, this one is a bug for sure... I mixed cyrillic and latin text in
> a title command like so:
> \header{
>    title = "Українська Hi There! пісна"
> }
>
>
> The resultant pdf did not put any spaces around "Hi There", but
> slapped it on top of the Ukrainian text!

Thanks for the report. The problem seems to be partially fixed in the latest 
development versions. I added it to our bug database, see below.

As a workaround, you can use the following:
 \header{
    title = \markup { Українська Hi There! пісна }
 }


%important
%Markian Hlynka

\header {
texidoc = "Sometimes spaces disappear when utf8 characters are mixed with 
ASCII in a single string.

Workaround: Use @code{\\markup} to separate words in sentences."
reportedin = "2.7.14"
}
\version "2.7.14"
\layout{raggedright=##t}
<<
\new Staff c''1
\new Lyrics \lyricmode { \markup { "Українська Hi There! пісна" } }
\new Lyrics \lyricmode { \markup { Українська Hi There! пісна } }
>>

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.6/




reply via email to

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