In adition to my mail below here is most disconcerning example. The same
simple example works one way but not the other.

While this works and generates the appropriatte eps file:

    \documentclass {book}
    \begin {document}
    % this one works fine
    \ chapter {Prueba}
     Esto es simplemente una prueba antes
            \begin[26pt,eps]{lilypond}
            c'4 d' e' f' g' a' b' c''
            \end{lilypond}
    y tambien despues
    \end {document}


The following one does not work, making Lilypond-book to wait for ever, with
a msg "reading document"

\documentclass {book}
\begin {document}
\chapter {Prueba}
Esto es simplemente una prueba antes
    \begin[26pt,eps]{lilypond}
        \score {
        \notes { c'4 d' e' f' g' a' b' c'' } }
    \end{lilypond}
y tambien despues
\end {document}

What the hell is going here ? it is essentially the same thing? or is it you
can not put a score within Lilypond-book.

Carlos
----- Original Message -----
From: "Carlos" <[EMAIL PROTECTED]>
To: "Mats Bengtsson" <[EMAIL PROTECTED]>; "LilyPond User"
<[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 4:21 PM
Subject: Lilypond-book, now 1.5.73 still does not work


> I am sorry, but I have to bring back the issue of Lilypond-book. I how now
> installed what it seems a working version 1.5.73. I did a few simple
samples
> and seems to work. The problem remains with Lilypond-book.
>
> Matts, I have bothered you with this the last two days and I might be
close
> to get it to work but still it does not.
>
> Please look to the attached example
>
>     \documentclass {book}
>     \begin {document}
>     This is an example of how Lilypond-book should work. After this line
of
> text I am puting just a verys simple example. In fact, example-1.ly
> from the Lilypond instalation.
>         \begin [eps]{lilypond}
>             \score { \context Voice \notes\relative c { c' d e f g a b
c } }
>         \end {lilypond}
>     and now should come the text after the scale. I hope it works.
>     \end {document}
>
> This does not work wehn doing  'lilypond-book cosa.lytex'
>
> It start lilypond-book but it says reading /home/Administrator/cosa.lytex,
> and stays there for ever. I have to kill the program after a few minutes.
>
> The problem with the other option i.e. doing 'ly2dvi -p --preview file.ly'
> is that it calls gswiew and this does not come with the cygwin instalation
> anymore. But I agree that Lilpond-book should be a better option if I can
> make it work.What is missing?
>
> I hope this discussion will help others too.
>
> Thanks a lot
>
> Carlos
>
>
>



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

Reply via email to