]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.14
authorfred <fred>
Sun, 24 Mar 2002 19:57:32 +0000 (19:57 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:57:32 +0000 (19:57 +0000)
bin/make-website.in

index aa1eda0b1d6c2ae76a0625ba0b8d58e5c2353004..98b49fd31dde2de6e71646ac8a8c3412f11aa6b2 100644 (file)
@@ -84,7 +84,7 @@ local @examples=("twinkle-pop", "twinkle", "multi", "wtk1-fugue2",
                 "toccata-fuga-E", 
                 "scsii-menuetto",
                 "cadenza", "scales", 
-               #"rhythm", 
+               "rhythm", 
                 "gallina");
 
 
@@ -146,7 +146,7 @@ files have been scaled to eliminate aliasing.";
        $name=$a; print HTMLLIST "<h1>example file: $name</h1>\n<XMP>\n";
 
        open IF, "$depth/input/$a.ly";
-       input_record_separator IF "%}";
+       input_record_separator IF "\n}";
        
        $desc = <IF>;
        close IF;