lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makefile help!


From: foxfanfare
Subject: Makefile help!
Date: Wed, 16 Oct 2019 13:35:17 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]