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 [EMAIL PROTECTED]
font-name.png
Description: PNG image
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user