The dot in ".Mondulkiri A" looks a bit strange. Also, you have to check
if this is a font that LilyPond finds on your system. See
http://kainhofer.com/~lilypond/Documentation/user/lilypond/Single-entry-fonts.html#Single-entry-fonts
for information on how to list all available fonts.

 Mats


Quoting Didi Kanjahn <[EMAIL PROTECTED]>:

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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond






_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to