bug-lilypond
[Top][All Lists]
Advanced

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

markup override font selection not carried out


From: Didi Kanjahn
Subject: markup override font selection not carried out
Date: Sat, 27 Sep 2008 11:56:04 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

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