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 > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/bug-lilypond _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond