From: fred Date: Sun, 24 Mar 2002 19:54:05 +0000 (+0000) Subject: lilypond-0.1.8 X-Git-Tag: release/1.5.59~4100 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c404e83f0539f16b3fe13359d79e4b03c95c7a8;p=lilypond.git lilypond-0.1.8 --- diff --git a/Documentation/Rules.make b/Documentation/Rules.make index bf32a8d067..5ac09affd2 100644 --- a/Documentation/Rules.make +++ b/Documentation/Rules.make @@ -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 cdf96ae04f..db76e9d527 100644 --- 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