In my opinion, I'm doing everything correctly. However, the
tagline is the default.
The code is here. I'm sure it's correct.
\paper { printallheaders = ##t }
\layout {}
\version "2.9.7"
\score {
\new Staff {
c4 c4
}
\header {
title = "tit"
tagline = "tag"
}
}
The title shows cor
When entering mixed cyrillic and latin text into headers, the spaces in
cyrillic-latin switch are eaten. Example:
tagline = "Ноты напечатал LilyPond" shows as Ноты напечаталLilyPond". Using
\markup { } corrects the problem.
___
bug-lilypond mailing lis