lilypond-user
[Top][All Lists]
Advanced

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

different notation fonts and LilyPond’s -b option


From: Malte Meyn
Subject: different notation fonts and LilyPond’s -b option
Date: Fri, 1 Sep 2017 17:03:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hi list,

I wanted to try Knut’s advice from the Gotlandstoner thread (https://lists.gnu.org/archive/html/lilypond-user/2017-09/msg00013.html) but the -b option doesn’t seem to work with different notation fonts; Ghostscript fails and outputs a PDF without any fonts (it doesn’t even contain TeXGyreSchola). Minimal example:

%% BEGIN bigtest.ly %%

\version "2.19.65"

\paper {
  #(define fonts
     (set-global-fonts
      #:music "haydn"
      #:factor (/ staff-height pt 20)))
}

\relative {
  c' d e f g a b c
}

%% END bigtest.ly %%

The Haydn fonts are installed correctly, without the -b option there’s no problem. Any ideas why -b doesn’t work?

Attached you find the differing parts of the logs of
        lilypond -b -lDEBUG bigtest.ly 2> bigtest.log
and
        lilypond    -lDEBUG bigtest.ly 2> test.log

Attachment: bigtest.log
Description: Text Data

Attachment: test.log
Description: Text Data


reply via email to

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