lilypond-user
[Top][All Lists]
Advanced

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

Re: Titles italic format ignored


From: Marco Bagolin
Subject: Re: Titles italic format ignored
Date: Fri, 14 Feb 2020 20:23:51 +0100

Thank you all.

Il giorno ven 14 feb 2020 alle 15:44 Noeck <address@hidden> ha scritto:
Hi,

as others said, font-name overwrites all of font-family, font-series and
font-shape. You can set the font family like this:

\version "2.19.84"

\paper {
  % define a font ‘arial’ from the font called ‘Arial’
  #(add-pango-fonts fonts 'arial "Arial"
    (/ (* staff-height pt) 2.5))
}

% use the font family ‘arial’ in your markup or header markup
\markup \override #'(font-family . arial) \line {
  \bold "Bold" \italic "italic" "regular"
}

HTH
Joram


reply via email to

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