lilypond-user
[Top][All Lists]
Advanced

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

Font regression woes


From: Trevor Bača
Subject: Font regression woes
Date: Thu, 22 Sep 2005 07:20:46 -0500

Rendering /input/regression/font-name.ly under OS X with 2.7.9 generates ...

Trevor-Bacas-Computer:~/Documents/music/lilypond/test trevorbaca$ lily
font-name.ly
GNU LilyPond 2.7.9
Processing `font-name.ly'
Parsing...
Interpreting music... [2]
Preprocessing graphical objects...
Calculating line breaks...
Calculating page breaks...
Layout output to `font-name.ps'...
warning: can't extract file matching TimesNewRomanPSMT from
/Library/Fonts/Times New Roman
Converting to `font-name.pdf'...
`gs -q  -dSAFER  -dCompatibilityLevel=1.4  -sPAPERSIZE="a4" -dNOPAUSE
-dBATCH -r1200  -sDEVICE=pdfwrite -sOutputFile="font-name.pdf" -c
.setpdfwrite -f "font-name.ps"' failed (256)
error: failed files: "font-name.ly"
Thu Sep 22 07:14:30 CDT 2005

... with the attached .png as output.

I've kept the contents of /input/regression/font-name.ly exactly the
same except for the version number:

%%%%%% BEGIN /INPUT/REGRESSION/FONT-NAME.LY %%%%%

\version "2.7.9"

\header {

    texidoc = "Other fonts can be used by setting @code{font-name} for
the appropriate object. The string should be a Pango font description
without size specification."


}

\layout { raggedright = ##t }


{
  \override Staff.TimeSignature  #'font-name = #"Times New Roman"
  \time 3/4
  \set Score.skipBars = ##t
  \override Staff.MultiMeasureRestText #'font-name = #"LuxiMono"
  R1*21^"Rest in LuxiMono"

  c'1_\markup {
    \override #'(font-name . "Vera Bold")
      \override #'(font-size . 4)
        { This text is in large Vera Bold }
  }
}

%%%%%%%% END %%%%%%%%%%%%%%%%

My font config must be seriously jacked because all attempts to
override #'font-name in my own scores fail similarly.

Any suggestions?


--
Trevor Bača
address@hidden

Attachment: font-name.png
Description: PNG image


reply via email to

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