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/
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond