From bb1065876456253e0d7e815cfd2e34186593c876 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:42:35 +0000 Subject: [PATCH] lilypond-0.0.61 --- bin/make_website | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/make_website b/bin/make_website index 380a5cbca1..0f9ad202fc 100755 --- a/bin/make_website +++ b/bin/make_website @@ -67,10 +67,12 @@ sub gen_examples "dvips -o $a.ps $texfile;"; } + + my_system "mv lelie.midi $a.midi; " if ( -f "lelie.midi" ); + # generate the pixmap at twice the size, then rescale (for antialiasing) if ( ! -f "$a.gif" ) { - my_system "mv lelie.midi $a.midi; ", - "gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $a.ps -c quit |pnmscale 0.5| ppmtogif > $a.gif", + my_system "gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $a.ps -c quit |pnmscale 0.5| ppmtogif > $a.gif", "gzip $a.ps"; } } -- 2.39.5