On 15-Jun-05, at 6:54 AM, Mats Bengtsson wrote:
If you still see the problems, please send an example.
I investigated, and discovered it was more particular than I
though -- the problem occurs if you set \layout{ indent = BIG }
(where BIG is bigger than it needs to be) in a non-\book format.
So the problem _can_ still occur, but IMO this isn't worth
fixing -- at least, there's still much worse problems (such as
lilypond-book still not paying attention to the vertical spacing
of a \book{} score)
If you want to play, here's the file. Uncommenting either of
the comments will fix the problem.
- Graham
\documentclass[letterpaper]{article}
\usepackage{graphics}
\begin{document}
\begin{lilypond}
\layout{
indent = 2.0\cm
}
%\book{
\score { \new Staff \relative c' {
%\set Staff.instrument= "foo foo foo foo bar"
\repeat unfold 8 {c4 c c c } \break
\repeat unfold 8 {d4 d d d } \break
\repeat unfold 8 {e4 e e e } \break
}
}
%}
\end{lilypond}
\end{document}
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel