On Tue, Dec 27, 2011 at 3:14 PM, John Allsup <[email protected]> wrote: > Is there any way to iteratively generate multiple files within Lilypond > (so that I could have a function that > generates 10 separate pages).
Looking at a some projects might help get you started: * https://github.com/horndude77/open-scores/blob/master/KoppraschEtudesOp6/defs.ily - Specifically look at the make-score function. I'm not generating multiple files here, but with some effort you could figure out how to use ly:make-book to create the book and set the suffix. * https://github.com/nsceaux/nenuvar/tree/master/common - To figure out the above I spent some time wading through these files. Good luck! -----Jay _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
