bug-lilypond
[Top][All Lists]
Advanced

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

Re: configure bug?


From: Geoffrey Lassner
Subject: Re: configure bug?
Date: Sun, 28 Jul 2002 23:43:13 -0600

> > > > cd /usr/local/share/lilypond/1.4.15/
> > > > % ls
> > > > VERSION         fonts/          make/           python/         tex/
> > > > config.make     ly/             ps/             scm/
> > > > % ls fonts
> > > > afm/    source/ tfm/
> > > > % 
> > > > 
> > > > I think it is missing some things...
> > > 
> > > Well, it looks normal to me! The main question is if you get
> > > any .dvi or .ps file that looks OK. If you do, then you don't
> > > have any font problems.
> > > 
> > >    /Mats
> > 
> > I get dvi files but they do not have the noteheads stems only...
> 
> 
> OK, then you clearly have font problems. Let's do some remote
> debuggin, starting with the most common problems.
> 
> - Did you build Lilypond yourself? If so, did configure
>   complain about missing kpathsea?
>   Did you read what INSTALL.txt says about the file 
>   lilypond-profile?

Yes I built lilypond myself (freebsd) it did not complain about missing
kpathsea.  Yes it did not seem to help.

> 
> -Does 'ly2dvi -P yourfile.ly' give a correct PS file with
>   note heads?

No it did not.

% ly2dvi -P char_rhy24.ly
kpsexpand: not found
Running LilyPond...
 -I /home/geoff/gen/test -H dedication -H title -H subtitle -H subsubtitle -H fo
oter -H head -H composer -H arranger -H instrument -H opus -H piece -H metre -H 
meter -H poet -H texttranslator -H language -H linewidth -H latexpackages -H lat
exoptions -H latexheaders -H orientation -H pagenumber -H textheight -H papersiz
e /home/geoff/gen/test/char_rhy24
GNU LilyPond 1.4.15
Now processing: `/home/geoff/gen/test/char_rhy24.ly'
Parsing...
Interpreting music...[8][16][23]
Preprocessing elements... 
Calculating column positions... [3][6][9][12][15][18][21][23]
paper output to `char_rhy24.tex'...
kpathsea: Running mktextfm  cmr8
/usr/local/share/texmf/web2c/mktexnam: Could not map source abbreviation  for cm
r8.
/usr/local/share/texmf/web2c/mktexnam: Need to update ?
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input cmr8
This is METAFONT, Version 2.7182 (Web2C 7.3.3)
I can't find the base file `mf.base'!
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input cmr8' failed.
kpathsea: Appending font creation commands to missfont.log.
warning: can't find font: `cmr8'
warning: Loading default font
kpathsea: Running mktextfm  cmr10
/usr/local/share/texmf/web2c/mktexnam: Could not map source abbreviation  for cm
r10.
/usr/local/share/texmf/web2c/mktexnam: Need to update ?
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input cmr10
This is METAFONT, Version 2.7182 (Web2C 7.3.3)
I can't find the base file `mf.base'!
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input cmr10' failed.
error: can't find default font: `cmr10'
error: lilypond: command exited with value 256
Traceback (most recent call last):
  File "/usr/local/bin/ly2dvi", line 847, in ?
    run_lilypond (files, outbase, dep_prefix)
  File "/usr/local/bin/ly2dvi", line 448, in run_lilypond
    system ('lilypond %s %s ' % (opts, fs))
  File "/usr/local/bin/ly2dvi", line 241, in system
    error (msg)
  File "/usr/local/bin/ly2dvi", line 139, in error
    raise _ ("Exiting ... ")
Exiting ... 
%

> 
> - How is the $TEXMF environment variable set?

% env | grep TEXMF
TEXMF=/usr/local/share/texmf
%


Also here is the lilypond file in question:
---------------------------------------------------
\version "1.3.148"
\include "english.ly"

staffVoiceB = \notes \relative g' { 
        \key c \major
        b4 b8 b
        b8 b b b
        \break
        b8 b4.
        b8 b()b4
        \break
        b8 r r b
        b8 r b r
        \break
        r8 b r b
        b8()b b r
        \break
        b4. b8
        b4 r8 b
        \break
        r8 b b r 
        r8 b b b
        \break
        b8 r b4
        r8 b4()b8
        \break
        r4 b8 b
        b8 r r4
        \break
        R2
        b8()b4 b8
        \break
        b8 b r b
        b4()b4
        \break
        r8 b4 r8
        r8 b b r
        \break
}

\score {
        \context Staff \notes < 
                \time 2/4
                \staffVoiceB
        >
}
---------------------------------------------------

Thanks,
Geoffrey



reply via email to

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