lilypond-user
[Top][All Lists]
Advanced

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

Re: include within include


From: Urs Liska
Subject: Re: include within include
Date: Thu, 12 Dec 2013 23:37:21 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Am 12.12.2013 20:47, schrieb Noeck:
Hi,

I can include a file within an included file. But I would like
main.ly: \include "folder/first.ly"
first.ly: \inlcude "second.ly"
but second.ly is in the same folder as first.ly

Is there a way to do that? Or do I always have to specify the path
(relative to the lilypond include path)?

Did you try that? Isn't what you want default behaviour?

But if not simply write
#(ly:set-option 'relative-includes #t)

before the \include statement in "first.ly"
This is described in http://www.lilypond.org/doc/v2.17/Documentation/notation/including-lilypond-files

HTH
Urs

reply via email to

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