> I'm not top posting.

The font in the override is not used to render the text, but a default 
font instead.
This worked fine in 2.6.5

Cheers,

Didi

\version "2.11.59"

one=  \relative c' \context Voice="melody" {
    \clef "violin"

   {
   c4

   es'2^\markup { \override #'(font-name . ".Mondulkiri A") \fontsize #3 
{ "Bøw meRBI"  } } 
   }}
  
global = {
        \time 4/4
        \key as \major
}
  
\score{ <<
        \new Staff << \global \new Voice  { \one } 
        >>
>>
}

%%% Local Variables:
%%% coding: utf-8
%%% End:




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to