Two discoveries on this issue:
1. It affects all papersizes, not just letterpaper.
2. You can work around it by specifying the \paper{ vsize }}
The example below shows it not working; uncomment the
\paper line and you get an ok typesetting. It would be nice if
we didn't have to manually set vsize, but since there's a
workaround, I don't consider it such an urgent issue.
\documentclass[]{article}
\usepackage{graphics}
\begin{document}
\begin{lilypond}
% \paper{ vsize = 8.0\in }
\book {
\header{ title = "Foo" }
\score { {
\repeat unfold 8 {c'4 c' c' c' } \break
\repeat unfold 8 {c'4 c' c' c' } \break
\repeat unfold 8 {c'4 c' c' c' } \break
\repeat unfold 8 {c'4 c' c' c' } \break
\repeat unfold 4 {d''4^"margin" d'' d'' d'' } \break
\repeat unfold 4 {e''4^"invisible!" e'' e'' e'' } \break
}}}
\end{lilypond}
\end{document}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond