2012/1/16 Keith OHara <[email protected]>: > Most of the challenge in getting this to compile is using the separate > command-line program "make" to feed the correct files to Lilypond. > I do not recommend this one as an example of using LilyPond.
I do, as long as you have many files with many dependencies, and as long as you can run make at all. LilyPond documents are code, and make is made precisely for that purpose, namely manage many code chunks intrincately related and letting the user to be able of just typing 'make' for everything to build. I have not coded in C but have typeset fairly complex documents in LaTeX and 'make' equals life for that. Large LilyPond projects usually take much benefit from it. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
