Hi all, I'm currently working on a big project and learning how to use a makefile for convenience. I'd like to know if some guys here knows how to write a proper loop? I have the following example which can generate the PDF for every single movement of a large set of pieces (there is 35 pieces in total):
piano-solo.01.pdf: piano-solo.01.ly \ $(general) \ dialogs.01.ily \ global.01.ily \ notes.piano-solo.01.ily \ pedals.01.ily piano-solo.02.pdf: piano-solo.02.ly \ $(general) \ dialogs.02.ily \ global.02.ily \ notes.piano-solo.02.ily \ pedals.02.ily ... and so on! Is there a better way to write this only one time? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user