Thomas Scharkowski wrote:
Thank you for the link:

http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf

I did not have the time to spend 131 minutes :-) to study the whole introduction, but in only one minute I was able to change the appearance of "title" to sans serif etc. by inserting the following.

title = "\\textsf {Title}"

This does work for all header fields except "composer" and "piece". These stay with the small caps font. What am I missing / doing wrong here?

The problem is that the font shape and the font family are two orthogonal kind of properties in LaTeX. Lilypond itself specifies the font shape to be small caps whereas you tried setting the font family to sans serif. Unfortunately, this combination of small caps and sans serif doesn't exist in a normal TeX installation. The simple solution should be to say composer = "\\normalfont\\textsf{Com Poser}"

/Mats


_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to