bug-lilypond
[Top][All Lists]
Advanced

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

External fonts on MacOS


From: Christian Ebert
Subject: External fonts on MacOS
Date: Wed, 2 Nov 2005 16:47:19 +0100
User-agent: Mutt/1.5.11

* Han-Wen Nienhuys on Wednesday, November 02, 2005 at 11:19:43 +0100:
> Christian Ebert wrote:
>> [This message has also been posted.]
>> * Han-Wen Nienhuys on Tuesday, November 01, 2005:
>>> Raphael Manfredi wrote:
>>>> Where does lilypond get its font list from, so that I can try others?
>>> 
>>> the easiest is to put a .ttf  .pfb  or .pfa in ~/.fonts. If it shows up 
>>> on the output of
>>> 
>>>     fc-list
>>> 
>>> you can use it in lily.
>> 
>> Well, I can *not* use it on MacOS 10.3.9:
>> 
>> $ fc-list Sabon
>> Sabon:style=RomanOsF
>> Sabon:style=BoldOsF
>> Sabon:style=ItalicOsF
>> Sabon:style=BoldItalicOsF
> 
> Can you send a more detailed bugreport?

$ lilypond --version
GNU LilyPond 2.7.14
This program is free software.  It is covered by the GNU General Public
License and you are welcome to change it and/or distribute copies of it
under certain conditions.  Invoke as `lilypond --warranty' for more
information.


Copyright (c) 1996--2005 by
  Han-Wen Nienhuys <address@hidden>
  Jan Nieuwenhuizen <address@hidden>
  and others.


This on MacOS 10.3.9. LilyPond is installed via dmg-installer --
Aside: I'd much prefer to compile it myself but the last version
I succeded in is 2.4.5.

When I try the following only default fonts are included (results
in comments):

#v+
\version "2.7.14"

%#(define fonts
%       (make-pango-font-tree
%               "Sabon Roman Oldstyle Figures" "Sabon Roman Oldstyle Figures" 
"Courier" 20))
                %"Sabon-RomanOsF" "Sabon-RomanOsF" "Courier" 20))

%{
result:

$ grep BeginFont test2714.ps
%%BeginFont: CenturySchL-Roma
%%BeginFont: PFAEmmentaler-20

%}

melody = \relative c {
  c d e f g a b c \break
  c d e f g a b c
}

\score {
  <<
  %\override Score.BarNumber   #'font-name = #"Sabon Roman Oldstyle Figures"
  \override Score.BarNumber   #'font-name = #"Sabon-RomanOsF"
%{
result:

$ grep BeginFont test2714.ps
%%BeginFont: CenturySchL-Roma
%%BeginFont: PFAEmmentaler-20
%%BeginFont: LuxiSans

%}

  \context Voice = one {
    \melody
  }
>>
}

\paper { }
#v-

Apart from that I would much prefer to have the TeX-backend
working, so I can use my .tfm-files! -- But that doesn't work
either e.g with the fink version because on MacOS X kpathsea.so
is kpathsea.dylib. See

<http://search.gmane.org/?query=Lilypond+tex+backend&email=
&group=gmane.os.apple.fink.general&sort=revdate&DEFAULTOP=
and&xP=lilypond.backend.&xFILTERS=Gos.apple.fink.general---A>

I even tried to compile a recent lilypond with
all instances of kpathsea.so replace by kpathsea.dylib but failed
of course.

c
-- 
_B A U S T E L L E N_ lesen!  --->> <http://www.blacktrash.org/baustellen.html>




reply via email to

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