bug-lilypond
[Top][All Lists]
Advanced

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

override Font is not carried out properly


From: Didi Kanjahn
Subject: override Font is not carried out properly
Date: Sat, 27 Sep 2008 11:39:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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:






reply via email to

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