> I'm not top posting. At least since version 2.6.5 the title font (.Mondulkiri A) in the override command is not used, but the \override LyricText font (.Mondulkiri A Khan) is being used instead. I wonder whether that has to do with the spaces in the font names? Or is the mistake mine?
Cheers, Didi \version "2.6.5" \header { title = \markup { \override #'(font-name . "Khmer Mondulkiri A 8") {"Kav Kèb´" } } } \paper { leftmargin = 2\cm linewidth = 17\cm } one= \relative c' \context Voice="melody" { \clef "violin" { c'4 }} VersOne = \lyricmode { \set stanza = "1." eGI } global = { \time 4/4 \key c \major } \score{ << \new Staff << \global \new Voice { \one } >> \lyricsto "melody" \new Lyrics \VersOne >> \layout { \context { \Lyrics \override LyricText #'font-name = #".Mondulkiri A Khan" \override LyricText #'font-size = #+7 } } } %%% Local Variables: %%% coding: utf-8 %%% End: _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond