Jan van Dijk wrote:
Op Thursday 04 December 2008 00:47:52 schreef james:
I'm not understanding how font switching in a \markup block works. I
thought that I could just do \markup \override #'(fontname .
#'Courier) {test} and it would work, but it doesn't. Is there some
other command that I've missed?


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

You can try this one:
\override #'(font-name . "Courier")
You can also try adding \once if you only need it once, or use \revert #'(font-name . "whatever-it-was-before").


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to