lilypond-user
[Top][All Lists]
Advanced

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

Re: ugly behaviour with doublespace package in figure environement


From: Mats Bengtsson
Subject: Re: ugly behaviour with doublespace package in figure environement
Date: Fri, 20 Aug 2004 15:30:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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