]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.56
authorfred <fred>
Sun, 24 Mar 2002 20:02:53 +0000 (20:02 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:02:53 +0000 (20:02 +0000)
bin/mudela-book.in

index f23b428b52da0c30c3c96120be5737871b93705b..64983a4bb60313eb26754ef4b6c535514fc9502c 100644 (file)
@@ -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;}";