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?" }
}
Untitled.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
