bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond-book: systems not aligned


From: Graham Percival
Subject: Re: lilypond-book: systems not aligned
Date: Wed, 01 Jun 2005 23:41:01 -0700


On 1-Jun-05, at 6:13 AM, Han-Wen Nienhuys wrote:

Graham Percival wrote:
The first two systems are not aligned with the other systems on the
page.

This is due to the size of the bar-numbers, which stick out on the left. Can you consult a latex guru to figure out how to get a negative left bbox side to stick out of the left margin?

I might play with it later, but it only occurs with non-\book stuff. Since
\book seems to be the best way to go, I'll change my scores over to that
(and update the docs).

I fixed the linelength problem, btw.

Thanks -- but a lineheight (or whatever -- vertical spacing) is still off.
The attached file lose a system at the bottom of the page.

And could we please automatically add \usepackage{graphics} again?

-----
\documentclass[letterpaper]{article}
\usepackage{graphics}
\begin{document}

\begin{lilypond}
\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 {c''4 c'' c'' c'' } \break
\repeat unfold 4 {d''4^"invisible!" d'' d'' d'' } \break
}}}
\end{lilypond}

\end{document}





reply via email to

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