lilypond-user
[Top][All Lists]
Advanced

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

Century Schoolbook not italic


From: Noeck
Subject: Century Schoolbook not italic
Date: Mon, 06 Jan 2014 20:24:08 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi,

why does this example code not work? I.e. why does it not print the clef
modifier 8 in the italic version of the Century Schoolbook font?

\version "2.18.0"
\score {
  { \clef "treble_8" a1^"8 is not italic" }
  \layout {
    \override Staff.ClefModifier.font-name = #"Century Schoolbook L"
    \override Staff.ClefModifier.font-shape = #'italic
  }
}

This works, but for other fonts the font-shape can be changed without
changing the name.

\score {
  { \clef "treble_8" a1^"8 is italic" }
  \layout {
    \override Staff.ClefModifier.font-name = #"Century Schoolbook L italic"
  }
}

TIA,
Joram



reply via email to

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