2008/6/26 Philip Chinery <[EMAIL PROTECTED]>: > I am working on a small songbook script and I would like to embed the > lilypond pdfs (one pdf per line) into my pages. Is there a way to call > lilypond without having to create a surrounding tex file for that?
Greetings, I don't think this is possible unfortunately; however it is now possible to print an entire book (text and music) using only LilyPond. Rather than having multiples PDF files, you just have to have one "master" .ly file with a \book block, and in this block you can insert every \score block that represents your themes and scores. Between these \score blocks, you can insert text using \markup or \markuplines command. Have a look at http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Multiple-scores-in-a-book and http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Multi_002dpage-markup if you're interested. Cheers, Valentin _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user