Hi folks,
Lily and ly2dvi don't currently agree on the format of the
`paper output to xxx.tex...' line --- ly2dvi expects it on a new
line, lilypond puts it at the end of the
Line ... [0][1][2].. line
There are two possible fixes -- change the regexp in ly2dvi that looks
for this line, or put back the newline that used to be there. I'd
prefer the newline, myself.
--- paper-score.cc-orig Wed Nov 17 15:30:52 1999
+++ paper-score.cc Wed Nov 17 15:31:57 1999
@@ -178,6 +178,7 @@
line_l->output_all (i + 1 == lines.size ());
*mlog << ']' << flush;
}
+ *mlog << "\n";
SCM font_names = ly_quote_scm (all_fonts_global_p->font_descriptions ());
gh_set_cdr_x (before_output,