From: fred Date: Sun, 24 Mar 2002 19:57:32 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3900 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2068d43cc51bbabbed75fd412d771e3037ce9978;p=lilypond.git lilypond-0.1.14 --- diff --git a/bin/make-website.in b/bin/make-website.in index aa1eda0b1d..98b49fd31d 100644 --- a/bin/make-website.in +++ b/bin/make-website.in @@ -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 "

example file: $name

\n\n"; open IF, "$depth/input/$a.ly"; - input_record_separator IF "%}"; + input_record_separator IF "\n}"; $desc = <IF>; close IF;