Laura Conrad wrote:
The width of a line produced by lilypond-book in latex output mode is
about .5 cm longer than the width of the lines latex is producing.

Thanks for the report, added as
http://code.google.com/p/lilypond/issues/detail?id=199


To let me process bug reports faster (ie not two and a half months late), please construct minimally small examples of the problems. In this case, it boiled down to:

\documentclass{article}
\usepackage[showframe]{geometry}
\begin{document}

Here's a paragraph of text to show how the text fits on the page, exactly
under the headers.  Fourscore and seven years ago our forefathers brought
forth on this continent a new nation, conceived in liberty and dedicated to
the proposition that all men are created equal.

\begin{lilypond}
\version "2.11.4"
\score{
  { \repeat unfold 20 { c'4 c' c' c' } }
}
\end{lilypond}
\end{document}


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

Reply via email to