Hello,
I have reposted my question with the source attached. I hope that you can 
spot what I am doing wrong!

I am having a problem with lilypond-book. I use the command
lilypond-book gloworms-book.tex

followed by
latex gloworms-book.latex

I am including some lilypond music by using \lilypondfile 
and the error I am getting is something like lilypond-123123.tex not 
found. Lilypond book is producing lilypond-123123.midi and 
lilypond-123123.ly but not a tex file. 
Any suggestions?
Colin





_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
\include "paper16.ly"
\include "english.ly"

\paper {
% standard settings are too big and wide for a book
    indent = 1.0 \cm
    linewidth = 15.0 \cm
}

\header {
    title = "New Tunes"
}

% Sausage Sandwich
\score {
    \notes 
    \relative c''  {
            \time 9/8
            \key g \major
        \repeat "volta" 2 {
        b8 d, d b' d, c' d4 c8 b d, d d' d, d d' d, d b' d, d 
        b' d, c' d4 c8 b d, d d' c d b a g  
        }       
        \repeat "volta" 2 {
        fs4 e8 d a' a b d, c' b d, d d' d, d d' d, d 
        fs4 e8 d a' a b d, c' b a g b e, c' d4.
        }
    }
\header {
        opus = "Sausage Sandwich" 
        }
        \midi {
        \tempo 8 = 200}
}


% Black Bathroom
\score {
    \notes 
    \relative c''  {
            \time 2/2
            \key g \major
        \repeat "volta" 2 {
        b4. b8~b a g a b d, c' d, d' d, c'4
        b4. b8~b a g a
        }       
        \alternative {{b g a4 g d'8 c}{b g a4 g b8 a}}
        \repeat "volta" 2 {
        g e e4 g8 e a e b' e, d'4 b8 e, d'4 
        g,8 e e4 g8 e a e 
        }
        \alternative{{b' e, cs'4 d b8 a}{b'8 e, cs'4 d d8 c}}
    }
\header {
        opus = "Black Bathroom"
        }
\midi { \tempo 2 = 140}
}

Attachment: gloworms_book.tex
Description: TeX document

Reply via email to