bug-lilypond
[Top][All Lists]
Advanced

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

More lilypond-book bugs in 2.3.18


From: Mats Bengtsson
Subject: More lilypond-book bugs in 2.3.18
Date: Fri, 24 Sep 2004 12:47:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

Since the bug report from Christoffer Ellis indicates that
the score is not put in a hbox of correct width, I tried the
following example.

\documentclass[a4paper]{article}
\begin{document}
  Here is and example within a line of text,
  \lilypond{c d e f}, followed by some more text.
\end{document}

Bug 1: The manual indicates that this example should work and it
  does work (kind of) in version 2.2.x. However, in 2.3.x, you need
  to add the 'fragment' option, i.e. \lilypond[fragment]{c d e f} to
  to get a syntactically valid .ly file.

Bug 2: As Christoffer already has reported, LaTeX does not take
  into account the width of the music snippet.

Bug 3: This one appears in both version 2.2.x and 2.3.x.
  Any text preceding \lilypond{...} on the same line is
  simply omitted in the generated .tex file. Example:

\documentclass[a4paper]{article}
\begin{document}
  This text disappears, \lilypond{c d e f}, this text is kept
  (but overwritten).
\end{document}


   /Mats

--
=============================================
        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]