lilypond-user
[Top][All Lists]
Advanced

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

The markup functions don't work with changed fonts


From: Frédéric Chiasson
Subject: The markup functions don't work with changed fonts
Date: Wed, 27 Dec 2006 14:51:33 -0500


Hello,

Using : LilyPond 2.11.4, Mac OS X 10.4.8

I think I have found a bug. When using changed fonts with the function make-pango-font-tree, the functions \italic and \bold don't work anymore.

What do you think?

Frédéric


The input code :

\version "2.11.4"
\paper{
    #(define fonts (make-pango-font-tree "Times New Roman"
                                         "Helvetica"
                                         "Courier" (/ 20 20)))
    ragged-right = ##t
}


\relative {
  c^\markup {\italic "Italic?"} d^\markup{ \bold "Bold?" }
}




Attachment: Untitled.pdf
Description: Adobe PDF document


reply via email to

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