Hello!

version 2.13.13
win_XP

In markup a postscript code no pdf output, but the ps is good.
Error with all font (Arial, Times, Courier...)
No problem with 2.13.12, 2.13.11 and 2.12.3


%--------Error --------------
Error: /invalidfont in /findfont
Operand stack:
   Times-Roman
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1830 1 3 %oparray_pop 1829 1 3 %oparray_pop 1813 1 3 %oparray_pop 1707 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1788 1 3 %oparray_pop
Dictionary stack:
   --dict:1152/1684(ro)(G)--   --dict:0/20(G)--   --dict:109/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
Current file position is 324608
GPL Ghostscript 8.70: Unrecoverable error, exit code 1

échec de « gs -q -dDEVICEWIDTHPOINTS#595.28 -dDEVICEHEIGHTPOINTS#841.89 -dCompatibilityLevel#1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE#pdfwrite -sOutputFile#"./invalid-font.pdf" -c .setpdfwrite -f "invalid-font.ps" » (1)
%------------------------------

Regards
--
Martial
\header {
	texidoc = "font no find in Ghosscript "
	reportedin = "2.12.3"
}
\version "2.12.3" % on Windows XP
\paper{ raggedright = ##t }

\score {
\new Staff {
	\relative c' {
c^\markup { 
	\with-dimensions #'(0 . 0.8) #'(0 . 1.0) 
	\postscript	#"
	0.17 setlinewidth 
	/Times-Roman findfont
	2.0 scalefont
	setfont
	(B)show %%change with C if you prefer
	stroke
	0.65 -0.3 moveto
	0.65  1.5 lineto
	stroke"
	}
  }
  }
}

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to