It works taking out the spaces, but still one problem which brings back to
the original question of only having the eps of the score and not a whole
page.

The file

\documentclass{book}
\begin{document}
\chapter{Try}
This is just a test
\begin[26pt,eps]{lilypond}
notas = \notes {c'1 d' e' f' g' a' b' c''}
\score{
\addlyrics
\context Staff = mel {\property Score.timing = ##f
\property Staff.TimeSignature \override #'transparent = ##t \notas}
\context Lyrics {do re mi fa sol la si do}}
\end{lilypond}
now after the score
\end{document}

it works fine, except that it generates a page not simply the little score

Could you rescue me again,

Thanks
Carlos

----- Original Message -----
From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]>
To: "Carlos" <[EMAIL PROTECTED]>
Cc: "Mats Bengtsson" <[EMAIL PROTECTED]>; "LilyPond User"
<[EMAIL PROTECTED]>
Sent: Sunday, August 18, 2002 1:41 PM
Subject: Re: Lilypond-book, now 1.5.73 still does not work


> [EMAIL PROTECTED] writes:
> > In adition to my mail below here is most disconcerning example. The same
> > simple example works one way but not the other.
>
> Thanks for your report. Your fragments exhibit two faults: lily
> doesn't handle spaces after command sequences (fixed) and it runs
> latex in the interactive mode. (also fixed in CVS.)
>
> temporary fix: don't use spaces after \begin (i.e. \begin{document})
>
> --
>
> Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen
>
>
> _______________________________________________
> Lilypond-user mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/lilypond-user



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

Reply via email to