[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling Nenuvar Editions (was: Re: lilypond-user Digest, Vol 154, Issu
From: |
Simon Albrecht |
Subject: |
Compiling Nenuvar Editions (was: Re: lilypond-user Digest, Vol 154, Issue 123) |
Date: |
Wed, 23 Sep 2015 17:41:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
Hi Michael,
please always edit the subject line when replying to e-mail digests. Or
just turn off digest mode – I find (using Thunderbird’s filtering and
displaying by thread) that this is much more convenient to read also.
On 23.09.2015 17:17, Michael Dykes wrote:
When I type the code:
make Haendel/Oratorio/Messiah
in my Documents/Messiah folder
Did you clone/copy the entire repository? IIUC, you took only the
Messiah folder and copied it to ~/Documents on your machine, right? This
will (a) not work because there are \includes in there pointing outside
the directory; and (b) you’d need to change the path you pass to make.
So you _might_ try just running
make
inside the Messiah directory,
(or ‘make ~/Documents/Messiah’ from anywhere)
but it’s unlikely to work.
HTH, Simon