lilypond-user
[Top][All Lists]
Advanced

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

psfonts problem with lilypond-book - strange behaviour?


From: Dominic Neumann
Subject: psfonts problem with lilypond-book - strange behaviour?
Date: Tue, 20 Mar 2007 16:46:56 +0100

address@hidden,

I´m working with lilypond-book and LaTeX to typeset a songbook. Since
today there´s a problem with the PDF creation.

Here´s a short example:

%%% TEX FILE songbook.lytex %%%

\documentclass{book}

\begin{document}

\lilypondfile{herr_erbarme_dich.ly}

\end{document}

%%% END OF TEX FILE %%%


%%% INPUT FILE herr_erbarme_dich.ly %%%

\version "2.10.20"


\header {
        title = "Herr, erbarme dich"
        tagline = ##f
        %composer = "T. u. M.: Fritz Müller"
}

\score {
       <<
       \relative c' {
           \key e \minor
           \time 4/4

           e2 fis
           g4 g8 fis8~ fis2

           \bar "|."
       }
       \addlyrics { Herr, er -- bar -- me dich, __ }
       >>
}
%%% END OF LILYPOND INPUT FILE %%%


The clue is that files that worked only yesterday don´t today. I
already reinstalled lilypond (2.10.20 on WinXP) but nothing changed.

When I comment the line
    title = "Herr, erbarme dich"
out, the compilation produces no errors.

I used the proposed workflow:

lilypond-book --psfonts songbook.lytex
latex songbook.tex
dvips -o -h songbook.psfonts -Ppdf songbook.dvi
ps2pdf songbook.ps

The output of the last command (ps2pdf) is:

%%% START OUTPUT %%%
Error: /invalidfont in --glyphshow--
Operand stack:
  2.39   0.0   h   1.9462   0.0   c   1.2974   0.0   i   2.3217   0.0   d   0.9
902   0.0   space   1.9803   0.0   e   3.346   0.0   m   1.8757   0.0   r   2.15
1   0.0   a   2.2535   0.0   b   1.8096   0.0   r   1.9803   0.0   e   0.9902
0.0   space   0.956   0.0   comma   1.5722   0.0   r   1.8096   0.0   r   1.9803
  0.0   e   3.0388   0.0   16.3019   -2.5949
Execution stack:
  %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval-
-   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   fa
lse   1   %stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   1   3
%oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   --nostringva
l--   --nostringval--   2   %stopped_push   --nostringval--   17   --nostringval
--   %repeat_continue   --nostringval--
Dictionary stack:
  --dict:1123/1686(ro)(G)--   --dict:0/20(G)--   --dict:71/200(L)--   --dict:10
1/300(L)--   --dict:75/200(L)--
Current allocation mode is local
Current file position is 682942
MiKTeX GPL Ghostscript 8.54: Unrecoverable error, exit code 1
%%% EnD OF OUTPUT %%%

This error description didn´t lead me to a solution to the problem ...

Can anybody help me?

Dominic




reply via email to

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