Hi,

I would like to use a semi-bold font in my score (for TextScript or
DynamicText). Is that possible? I tried this:

\version "2.19.21"

\paper {
   #(add-pango-fonts fonts 'textFont "Linux Libertine O" (/ (*
staff-height pt) 2.5))
}

{
  % when overriding font-name, the font-series can't be used anymore
  \override TextScript.font-family = #'textFont
  \override TextScript.font-series = #'bold
  \override TextScript.font-shape = #'italic
  a^"Que" a
  % I would like to choose semi-bold here:
  \override TextScript.font-series = #'medium
  a^"Que" a
}

I have Linux Libertine O installed and it comes with a semi bold font
series. I can use it in LibreOffice for instance.

Cheers,
Joram

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

Reply via email to