]> git.donarmstrong.com Git - lilypond.git/commitdiff
(classic_output): don't advance Offset for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 11 Apr 2004 21:41:24 +0000 (21:41 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 11 Apr 2004 21:41:24 +0000 (21:41 +0000)
TeX output.

lily/paper-book.cc

index 8c26fa9840e9fb9839803d7c19d882dad4fb609c..80ce79fb70d14c667d0b4b691df43efff733aa73 100644 (file)
@@ -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)),