bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics appear in "sans" on linux-64


From: Werner LEMBERG
Subject: Re: Lyrics appear in "sans" on linux-64
Date: Thu, 29 Aug 2013 18:35:27 +0200 (CEST)

> Here's my make.log:
> 
> http://www.markpolesky.com/norobots/make.log

Indeed: Instead of calling the script pfx2ttf.fontforge four times, I
just see

  true
  true
  true
  true

The rule covering this can be found in file `mf/GNUmakefile':

  $(NCSB_OTFS): $(NCSB_SOURCE_FILES) \
                $(auxscript-dir)/pfx2ttf.fontforge
          $(foreach i, $(basename $(NCSB_SOURCE_FILES)), \
                  $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
                          $(i).pfb $(i).afm $(outdir)/ && ) true

Since there's just `true' this essentially means that
`NCSB_SOURCE_FILES' was empty.  In other words, the New Century
Schoolbook fonts couldn't be found at all on your computer.

I've seen that Julien is working on

  http://code.google.com/p/lilypond/issues/detail?id=3526

This should improve the configuration process (i.e., it should
properly fail for you).


    Werner



reply via email to

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