There's at least one serious bug left in 2.2.2, namely that
lilypond-book doesn't work correctly on LaTeX documents when
run in Cygwin.

What happens is that lilypond-book copies the header of the LaTeX file
and adds a small dummy body that is run through latex to figure out what
the line width is. The problem is that there is no such thing as
/dev/stdin in Cygwin, so the command
latex "\\nonstopmode \input /dev/stdin"
breaks which results in the setting linewidth=0pt in the .ly file
so all the music ends up on a single long line without any line breaks.

Example file:

\documentclass[a4paper]{article}
\begin{document}
\begin{lilypond}
\score{\notes\relative c'{
  \repeat unfold 10 { c d e g }
}}
\end{lilypond}
\end{document}


/Mats

Erik Sandberg wrote:
On Monday 31 May 2004 18.57, Erik Sandberg wrote:

On Monday 31 May 2004 16.47, Han-Wen Nienhuys wrote:

LilyPond 2.2.2 is out.  It has a number of small bugfixes, so upgrade
if any of these errors concern you.


After looking through the bugs again, lily is now almost BugFree:
The only essential 2.2 bugs now left in cvs are:
custom-key-signatures:
Fixed in 2.3, soon to be backported
midi-grace:
Something changed here, but the bug is still there.
rest-collision:
The code gives a warning in 2.3 cvs, but it still gives incorrect output. Is this intentional?


Erik


_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to