bug-lilypond
[Top][All Lists]
Advanced

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

Re: markup override font selection not carried out


From: Mats Bengtsson
Subject: Re: markup override font selection not carried out
Date: Sat, 27 Sep 2008 17:49:37 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

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