]> git.donarmstrong.com Git - lilypond.git/blob - README
release: 0.0.6
[lilypond.git] / README
1 -*-text-*-
2
3 INTRODUCTION
4
5 This is a beta version of LilyPond (a music typesetter). This release is
6 preliminary, please do not distribute. Please send your helpful comments and
7 patches to me, 
8
9   hanwen@stack.urc.tue.nl
10
11 PREREQUISITES
12
13 TeX, the MusixTeX fonts, g++ > v2.7. The "flower" library, which should be
14 available from the same source you got this from.
15
16 COMPILING
17
18 You will need GNU C++ v2.7 or better and GNU make.  If you actually
19 want to use this, you'd better use the "speedy" compilation flags in
20 the Makefile.
21
22 USING
23
24 No, you shouldn't. Really. If you're still not discouraged; this is
25 what I type in my xterm:
26
27         lilypond maartje.ly
28         tex test
29         xdvi test&
30
31 This is what the output looks like over here.
32
33 hw:~/musix/spacer$ lilypond maartje.ly
34 LilyPond version 0.0.6 compiled on Nov  2 1996 at 01:25:29
35 Parsing ... [maartje.ly]
36 output to lelie.uit...
37 hw:~/musix/spacer$ tex test
38 This is TeX, Version 3.14159 (C version 6.1)
39 (test.tex
40 Hyphenation patterns for english, dutch, loaded.
41 (lilyponddefs.tex) (lelie.uit) [1] )
42 Output written on test.dvi (1 page, 1964 bytes).
43 Transcript written on test.log.
44 hw:~/musix/spacer$ xdvi test&
45 [1] 3130
46 hw:~/musix/spacer$ 
47
48
49 PROBLEMS
50
51 If LilyPond bombs out, then please recompile using -g, and send a gdb
52 stacktrace of the crash.
53
54
55 HOW DOES IT WORK
56
57 Use The Source, Luke. If you don't know C++, you can try editing
58 .dstreamrc for copious debugging output.