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



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to