On Thu, 26 Jun 2008 10:27:44 +0200 "Philip Chinery" <[EMAIL PROTECTED]> wrote:
> > Long answer: > > What do you mean by a "songbird script"? > > Oh dear, of course I mean "songbook script". My thoughts must have > wandered here... I still don't follow. This is a scripting language called "songbook"? > > 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. > > I am familiar with the command line, but i am working with windows. > > I am basically looking for a promising place to start. > > I have found this > <http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Inserting-LilyPond-output-into-other-programs#Inserting-LilyPond-output-into-other-programs> > > That looks quite fine, except that this gives me the lilypond file in > one big file, not linewise. But I need to have the lines, as I want to > make page breaks and use the space under the music to add text. Either split your .ly file into distinct pieces, as Valentin suggested, or create a tex file. lilypond-book automatically splits files into distinct .eps files, so you could grab those files and convert them to whatever you wanted. Cheers, - Graham _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
