]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.61
authorfred <fred>
Sun, 24 Mar 2002 19:42:35 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:35 +0000 (19:42 +0000)
bin/make_website

index 380a5cbca15609e26dd7d05c6d48f82329bea7ea..0f9ad202fc803b1e39db9fc5d3342be2969851e8 100755 (executable)
@@ -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";
        }   
     }