bug-lilypond
[Top][All Lists]
Advanced

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

Re: Margins with lilypond-book 1.6.5 (was: Alignment...)


From: Mats Bengtsson
Subject: Re: Margins with lilypond-book 1.6.5 (was: Alignment...)
Date: Fri, 04 Oct 2002 17:15:34 +0200

In 1.6.5, Werner Lemberg has gone through all the TeX code
used in the Lilypond output, making sure that no extra
spaces or new paragraphs are generated. This means that 
the layout of your document might change but it's actually
an improvement. For example, it is now possible to get 
music snippets included in a line of text, without having
to use the eps option. 

The following example illustrates that the only indentation
you get in the musical example is the ordinary indentation
of the first score line in all Lilypond output. You can 
turn it off with the option noindent in the lilypond-book
file or with \paper{indent=0} in the Lilypond input.


\documentclass[a4paper]{article}
\begin{document}
Some ordinary text

\begin{lilypond}
\score{
\notes {
c' c' c' c' \break | c' c' c' c' }}
\end{lilypond}

Some more text

\begin[noindent]{lilypond}
\score{
\notes {
c' c' c' c'}}
\end{lilypond}

\end{document}



(There is no need to send three emails on the same topic
during the same week.)

   /Mats

> Hi.
> 
> The code
> 
> \documentclass[a4paper]{article}
> \begin{document}
> \begin{lilypond}
> \score{
> \notes {
> c' c' c' c'}}
> \end{lilypond}
> \end{document}
> 
> give me, after lilypond-book 1.6.5 and latex, 
> 
> Overfull \hbox (14.99867pt too wide) in paragraph at lines 357--390
> 
> In fact, the score is too much right placed.
> 
> -- 
> Marco 
> 
> 
> 
> 
> _______________________________________________
> Bug-lilypond mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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