From 80f41cf2963e4af2c35d03e95dbc88c88a43152e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:02:53 +0000 Subject: [PATCH] lilypond-0.1.56 --- bin/mudela-book.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mudela-book.in b/bin/mudela-book.in index f23b428b52..64983a4bb6 100644 --- a/bin/mudela-book.in +++ b/bin/mudela-book.in @@ -1,4 +1,4 @@ -#!@PERL@ -w +##!@PERL@ -w # -*-Perl-*- my $mudcount = 0; my $mudela_b = 0; @@ -81,7 +81,7 @@ sub close_mudela if ($center_b) { print BOOK "\\begin{minipage}[c]{.5\\textwidth}\n"; } - print BOOK "\\input " . gen_texfile . "%\n"; + print BOOK "\\input " . gen_texfile . "\n"; if ($center_b) { print BOOK "\\end{minipage}"; $center_b = 0; @@ -102,7 +102,7 @@ sub open_mudela print BOOK "\\begin{verbatim}\n"; } if ($fragment_b) { - print MUDELA "\\score { \\melodic {\\octave c';"; + print MUDELA "\\score { \\melodic { "; } else { print MUDELA "default_paper = \\paper { \\paper_sixteen "; print MUDELA "linewidth = 7.\\cm;}"; -- 2.39.5