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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond