bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond-book line width too long


From: Graham Percival
Subject: Re: lilypond-book line width too long
Date: Tue, 26 Dec 2006 08:50:09 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

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}




reply via email to

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