If I remember correctly, the vector fonts were not included in
the Fink distribution at the time of lilypond 1.6.10.
I guess that if you use 'ly2dvi -P test.ly', you will get a
PS file with all the notes in it. Unfortunately, it will not
look so good on the screen when converted to PDF, since it
contains bitmapped fonts.

However, it should be possible to install these font files manually.
Download the file http://serpent.laymusic.org/~lconrad/lilypond/lilypond_1.6.9-1_i386.deb
(the server is slow, so be patient).
Run the following commands:


ar x lilypond_1.6.9-1_i386.deb data.tar.gz

tar -zxvf data.tar.gz ./usr/share/lilypond/1.6.9/fonts/type1/

mv ./usr/share/lilypond/1.6.9/fonts/type1/ /usr/share/lilypond/1.6.10/fonts/type1/

texhash

Now, hopefully, ly2dvi -p should produce the correct result.
However, as has already been pointed out, I recommend to upgrade
to a more recent version.

/Mats

nikolai zinke wrote:
From: nikolai zinke <[EMAIL PROTECTED]>
Date: Mo Nov 24, 2003  16:04:35 Europe/Berlin
To: Graham Percival <[EMAIL PROTECTED]>
Subject: testing lilypond
Attachments: There is 1 attachment

HELP!!!!!

I've already installed lilypond 1.6.10 on my Mac G4 Mac OSX 10.2.8
(I has been a long procedure...
Anyway.)

So tested a File test.ly (saved into home - using BBedit 6.1) includes this Text:

\score {
    \notes {
        \time 4/4
        \key g \minor
        \clef violin
        r4 r8 a8 g4 b
        }
    \paper { }
}

Then I tried this terminal command:

--------------------------

ly2dvi -p test.ly

----------------------------

Then terminal wrote:

--------------------------------------------------

Running LilyPond...
GNU LilyPond 1.6.10
Now processing: `test.ly'
Parsing...
Interpreting music...[2]
Preprocessing elements...
Calculating column positions... [2]
paper output to `test.tex'...

Analyzing test.tex...
Running LaTeX...
Running dvips...
Running ps2pdf...
DVI output to `test.dvi'...
PS output to `test.ps'...
PDF output to `test.pdf'...

--------------------------------------------------

No Error !!
(really??)

So I looked for test.pdf and the result were
not really as good as I had expected;

No notes , only staff...

No Fonts installed??



Thank you for help!
best regards,

Nikoai Zinke





_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to