bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyPond 2.2.2 is out


From: Mats Bengtsson
Subject: Re: LilyPond 2.2.2 is out
Date: Thu, 03 Jun 2004 18:58:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]