I recommend to read the FAQ on double spaced documents in LaTeX
from the UK TeX FAQ:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace

I tried the setspace package which seems to work well in your
example.

   /Mats

Aur�le Duda wrote:
Strange but not problematic because the use of 'setspace' package, more useful, work correctly. When you compile this sample.lytex, the first lilypond snippet produce a good output, but not the second. It is caused by the doublespace package.
I use lilypond 2.2.5 on cygwin/XP.


Bye!
Aur�le Duda

\documentclass[12pt,a4paper]{book}
\usepackage[francais]{babel}
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage{doublespace}
\begin{document}
\lilypond[staffsize=12,linewidth=10\cm]{ a a a a a }
\begin{figure}[htbp]
\centering
\lilypond[staffsize=12,linewidth=10\cm]{ a a a a a } \caption{this doesn't work}
\end{figure}
\end{document}




_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-use
r

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to