On Thu, 26 Jun 2008 09:48:37 +0200 "Philip Chinery" <[EMAIL PROTECTED]> wrote:
> Thank you for the quick answer, though this is sad news for me, of > course ;-) > > I am not really familiar with python and so I had a bit of a problem > looking at the code. In general, this should not be too hard to do, > when the groundwork is solid, to run this with custom widths instead > of the tex command things... > At least, there must be a way latex calls lilypond Please post under the text; this makes it much easier to follow discussions. As you can see from this email, it becomes much harder to read if you don't do this -- newcomers must read the bottom two parts, then the top part, then this middle part. (some long-time readers will break this rule in specific circumstances, but those are special cases) Short answer: I'm certain that it's possible to do what you want. Long answer: What do you mean by a "songbird script"? It's certainly possible to create multiple small portions of lilypond; see the docs about embedding lilypond output into other programs. If you're familiar with the unix command line, it's trivial to convert eps to pdf images and include them wherever you want. If you're not familiar with the command line, then I'm really wondering what a "songbird script" is. Cheers, - Graham > On Thu, 26 Jun 2008 09:16:19 +0200, "Valentin Villenave" > <[EMAIL PROTECTED]> said: > > 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 > [email protected] > http://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
