lilypond-user
[Top][All Lists]
Advanced

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

Cadence font and lilypond-book


From: Marc Hohl
Subject: Cadence font and lilypond-book
Date: Thu, 23 Oct 2014 11:29:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hi list,

I wanted to give the new alternative font "Cadence" a try in my current project, which is based on lilypond-book and xelatex.

Unfortunately, I got dozens of lines like
Layout nach »./de/lily-510b5f50.eps« ausgeben...
Warnung: "cadence-18"="cadence-18" kann nicht eingebettet werden
Warnung: "cadence-20"="cadence-20" kann nicht eingebettet werden
Warnung: "cadence-20"="cadence-20" kann nicht eingebettet werden

and therefore, the note head glyphs are missing in the resulting document.

Compiling a standalone lilypond document like the following:

\version "2.19.16"

\paper {
  #(define fonts
    (set-global-fonts
    #:music "cadence"
  ))
}

\score {
  \new Staff { c'' d'' e'' }
}

runs without error (and includes the note heads in the output).

Do I have to move the .otf font files in a directory where ghostscript can find them?

TIA,

Marc



reply via email to

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