]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.8
authorfred <fred>
Sun, 24 Mar 2002 19:54:05 +0000 (19:54 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:54:05 +0000 (19:54 +0000)
Documentation/Rules.make
NEWS

index bf32a8d067d03adc15fe3ca997ca85061bc39257..5ac09affd2a07ff6754ea53b9351100c6f07da75 100644 (file)
@@ -4,8 +4,9 @@
 .SUFFIXES: .pod .text .1  .html
 
 
-$(outdir)/%.xpm: %.gif
-       giftopnm $< | ppmtoxpm > $@
+$(outdir)/%.gif: %.xpm
+       xpmtoppm $< | ppmtogif > $@
+
 
 $(outdir)/%.ps: $(outdir)/%.dvi
        dvips -o $@ $<
@@ -44,7 +45,6 @@ $(outdir)/%.gz: $(outdir)/%
 name-stem= $(notdir $(basename $<))
 $(outdir)/%.dvi: $(depth)/input/%.ly 
        (cd $(outdir); \
-       rm lelie.midi ; \
        lilypond -o  $(name-stem)  ../$< )
        (cd $(outdir); \
        if [ -f ../$(basename $< ).tex ]; \
diff --git a/NEWS b/NEWS
index cdf96ae04fbf074b5cb42a08685ee54fcfe0c5a9..db76e9d5272afef9c5376176cdded9d54355beb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
+
+pl 8
+       - gif -> xpm
+       - bf: Whoops! Open eyes now, when finding shortest note in
+spring-spacer. Fixes spacing problems.
+       - GNU coding: parentheses (here you are, Franc,ois :-)
+       - all macros now UPPERCASE
+       - Identifier blondification: don't use void*
+       - Identifier doesn't store its name. Much cleaner now.  
+       - bf: Rest_collision_engraver now always announces
+       - bf: announce Staff_sym only once
+       - rewrite of mi2mu (JCN)
+
+********
+aug 14
 pl 7
        - Audio_element as base for Audio_item and Audio_staff. fixes
 midi-lyric segfault
-       - added "Gallina a due violini"
+       - added "Gallina a due violini" (MB)
        - make MIDI files on website.
        - Collision now also is an Element_group.
        - bf: announce Collision when created