lilypond-user
[Top][All Lists]
Advanced

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

Re: Titles italic format ignored


From: Noeck
Subject: Re: Titles italic format ignored
Date: Fri, 14 Feb 2020 15:43:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

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]