]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.18
authorfred <fred>
Tue, 17 Dec 1996 11:20:07 +0000 (11:20 +0000)
committerfred <fred>
Tue, 17 Dec 1996 11:20:07 +0000 (11:20 +0000)
README
hdr/Makefile
src/Makefile

diff --git a/README b/README
index b849b7f2ee00b88f98c29c455095213aed612cc0..c936c13e294415127fa531c0335f0f7ee0222d18 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,10 @@
 -*-text-*-
 
-last update: 96/12/12, 0.0.16
+last update: 96/17/12, 0.0.17
+
+LICENSE
+
+See file COPYING
 
 INTRODUCTION
 
@@ -50,6 +54,7 @@ why G++ >= 2.7? LilyPond & flower lib uses:
        builtin bool
        typeof
        operator <?, operator >?
+       new for-scope
 
 USING
 
@@ -63,30 +68,40 @@ what I type in my xterm:
 
 This is what the output looks like over here:
 
-hw:~/musix/spacer$ lilypond maartje.ly
-LilyPond version 0.0.16 compiled on Dec 11 1996 at 13:54:27
-Parsing ... [symbol.ini][maartje.ly]
-Processing ... Calculating ... Postprocessing ... 
-output to lelie.uit...
+       hw:~/musix/spacer$ lilypond maartje.ly
+       LilyPond 0.0.17/FlowerLib 1.0.14. Compile: Dec 17 1996, 11:33:54 (g++ 2.7.2)
+       Parsing ... [symbol.ini][maartje.ly]
+       Processing ... Calculating ... Postprocessing ... 
+       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] [2] )
-Output written on test.dvi (2 pages, 8072 bytes).
-Transcript written on test.log.
+       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] [2] )
+       Output written on test.dvi (2 pages, 8072 bytes).
+       Transcript written on test.log.
 
-hw:~/musix/spacer$ xdvi test&
-[1] 1468
+       hw:~/musix/spacer$ xdvi test&
+       [1] 1468
 
 Check out kortjakje.ly, it has some comments
 
+
 PROBLEMS
 
 If LilyPond bombs out, then please recompile using -g, and send a gdb
-stacktrace of the crash.
+stacktrace of the crash. It also helps if you can print the values of the objects. So if you trace is
+
+(gdb) backtrace 12
+#0  Interval::operator+= (this=0x11fffec60, r=-1.7976931348623157e+308)
+    at ../flower/interval.hh:50
+#1  0x12005195c in Item::width (this=0x14008a680) at src/item.cc:39
+#2  0x12008fdbc in itemlist_width (its=0x11fffed58) at src/simpleprint.cc:40
+  :
+  :
 
+Than it would help if you send a dump of the Interval and the Item (use: 'print *this' or use LilyPond print() methods)
 
 HOW DOES IT WORK
 
index 81a8f4595c0004a0444842e0426c2dd120858418..29358a5d9d857b374f5d97c60595bffa72263241 100644 (file)
@@ -6,3 +6,6 @@ dist:
 
 TAGS: $(hdr) 
        etags -CT $(hdr) 
+
+clean:
+       rm -f parser.hh
\ No newline at end of file
index 65374e807e6b34131451f80694187fcf71d946ae..a3cc55c1e4147f15ec00f7d3291c9752c5c7b075 100644 (file)
@@ -6,3 +6,6 @@ dist:
 
 TAGS: $(mycc)
        etags -CT $(mycc) 
+
+clean:
+       rm -f $(gencc)
\ No newline at end of file