help-gnu-music
[Top][All Lists]
Advanced

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

Re: kpathsea, was: Return of the bagpipe music


From: Jan Nieuwenhuizen
Subject: Re: kpathsea, was: Return of the bagpipe music
Date: 25 Apr 2001 18:44:36 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7

Jim Sabatke <address@hidden> writes:

> OK, a new version of kpathsea fixed the segfault problem.

What version of kpathsea did you have?  Was it official SuSE package?
We would very much like to mention things like that in INSTALL.txt, so
that others will have less trouble than you had.

> Now when I try to "lilypond -f bagpipe.ps bagpipe.ly" the fonts seem
> to get generated, but there are a number of errors (sample):

You should do:

    lilypond -fps input/test/bagpipe.ly 

assuming you have lilypond 1.3.150, you'll get some output.

To be really useful, you should apply this patch below before running
lilypond (just found this buglet).

If you're using a different .ly, you should send that too, maybe
there's a bug.

Jan.

--- ps/lilyponddefs.ps~ Sun Apr 22 15:20:43 2001
+++ ps/lilyponddefs.ps  Wed Apr 25 18:37:32 2001
@@ -73,7 +73,10 @@
 {
        dup base-line-skip gt {
                /line-height exch def
-       } if
+       }
+       {
+               pop /line-height base-line-skip def
+       } ifelse
        line-y top-margin sub base-line-skip lt {
                showpage
                /line-y vsize top-margin sub def



-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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