From: fred Date: Sun, 24 Mar 2002 20:02:53 +0000 (+0000) Subject: lilypond-0.1.56 X-Git-Tag: release/1.5.59~3592 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80f41cf2963e4af2c35d03e95dbc88c88a43152e;p=lilypond.git lilypond-0.1.56 --- 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;}";