From: hanwen Date: Sun, 11 Apr 2004 21:41:24 +0000 (+0000) Subject: (classic_output): don't advance Offset for X-Git-Tag: release/2.3.9^2~329 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c5a72c1d94fe8bc3781f135ef33fcd34f73d8ce5;p=lilypond.git (classic_output): don't advance Offset for TeX output. --- diff --git a/lily/paper-book.cc b/lily/paper-book.cc index 8c26fa9840..80ce79fb70 100644 --- a/lily/paper-book.cc +++ b/lily/paper-book.cc @@ -318,8 +318,14 @@ Paper_book::classic_output (String outname) int line_count = SCM_VECTOR_LENGTH ((SCM) scores_.top ()); for (int i = 0; i < line_count; i++) { + /* + In classic compatibility TeX tracks how large things are, and + advances the Y pos for us. If we advance it too, we get too + much space. + */ if (output_format_global == "tex") o = Offset (0,0); + out->output_line (scm_vector_ref ((SCM) scores_.top (), scm_int2num (i)),