bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.8 lilypond-book not handling geometry package very well


From: Graham Percival
Subject: Re: 2.8 lilypond-book not handling geometry package very well
Date: Tue, 16 May 2006 12:36:54 -0700


On 16-May-06, at 12:04 PM, Laura Conrad wrote:

Specifically, for all values of the width parameter I've tried, it
seems to be sending the attached file off the right edge of the page.
It was subtle at width=7; it's really obvious at width=3.

Yeah. This even happens if you don't change the width at all. I'm investigating; at the very least I hope to provide a workaround.

----
\documentclass[]{article}

\begin{document}

Normal LaTeX text.  text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text

\begin{lilypond}
\score{
  \relative c'' {
    \repeat unfold 16 {a4 b c d}
  }
  \layout{
%    left-margin = #(- 30 mm)
    #(define line-width (- 30 mm))
  }
}
\end{lilypond}

\end{document}
-----

Cheers,
- Graham





reply via email to

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