From: fred Date: Sat, 2 Nov 1996 00:34:35 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6960 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9ee5b897fc8f25acd1f2dab927fc4598500d4ce2;p=lilypond.git lilypond-0.0.6 --- diff --git a/Makefile b/Makefile index c1636f4012..c85f6fd2ff 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MAJVER=0 MINVER=0 -PATCHLEVEL=5 +PATCHLEVEL=6 # # @@ -20,16 +20,19 @@ PACKAGENAME=lilypond DNAME=$(PACKAGENAME)-$(VERSION) othersrc=lexer.l parser.y SCRIPTS=make_version make_patch genheader -IFILES=dimen.tex symbol.ini suzan.ly maartje.ly lilyponddefs.tex test.tex .dstreamrc +IFILES=dimen.tex symbol.ini suzan.ly maartje.ly\ + lilyponddefs.tex test.tex .dstreamrc OFILES=Makefile Sources.make -DOC=COPYING README TODO +DOC=COPYING README TODO CodingStyle DFILES=$(hdr) $(mycc) $(othersrc) $(OFILES) $(IFILES) $(SCRIPTS) $(DOC) #compiling LOADLIBES=-L$(FLOWERDIR) -lflower FLOWERDIR=../flower -#DEFINES=-DNDEBUG -DNPRINT -O2 # speedy -DEFINES=-g # lots of debugging info +# speedy +#DEFINES=-DNDEBUG -DNPRINT -O2 +# lots of debugging info +DEFINES=-g CXXFLAGS=$(DEFINES) -I$(FLOWERDIR) -pipe -Wall -W -pedantic FLEX=flex diff --git a/README b/README index 0ad234c7ff..b60e7f2bbd 100644 --- a/README +++ b/README @@ -1,4 +1,6 @@ +-*-text-*- +INTRODUCTION This is a beta version of LilyPond (a music typesetter). This release is preliminary, please do not distribute. Please send your helpful comments and @@ -6,6 +8,51 @@ patches to me, hanwen@stack.urc.tue.nl -If you actually want to use this, you'd better use the "speed" -compilation flags in the Makefile +PREREQUISITES +TeX, the MusixTeX fonts, g++ > v2.7. The "flower" library, which should be +available from the same source you got this from. + +COMPILING + +You will need GNU C++ v2.7 or better and GNU make. If you actually +want to use this, you'd better use the "speedy" compilation flags in +the Makefile. + +USING + +No, you shouldn't. Really. If you're still not discouraged; this is +what I type in my xterm: + + lilypond maartje.ly + tex test + xdvi test& + +This is what the output looks like over here. + +hw:~/musix/spacer$ lilypond maartje.ly +LilyPond version 0.0.6 compiled on Nov 2 1996 at 01:25:29 +Parsing ... [maartje.ly] +output to lelie.uit... +hw:~/musix/spacer$ tex test +This is TeX, Version 3.14159 (C version 6.1) +(test.tex +Hyphenation patterns for english, dutch, loaded. +(lilyponddefs.tex) (lelie.uit) [1] ) +Output written on test.dvi (1 page, 1964 bytes). +Transcript written on test.log. +hw:~/musix/spacer$ xdvi test& +[1] 3130 +hw:~/musix/spacer$ + + +PROBLEMS + +If LilyPond bombs out, then please recompile using -g, and send a gdb +stacktrace of the crash. + + +HOW DOES IT WORK + +Use The Source, Luke. If you don't know C++, you can try editing +.dstreamrc for copious debugging output.