lilypond-user
[Top][All Lists]
Advanced

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

Re: \incudes in \include'd files


From: Matthew
Subject: Re: \incudes in \include'd files
Date: Sun, 13 Apr 2008 00:30:16 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)




Matthew <rowlesmr <at> gmail.com> writes:

> 
> Is there a way to have /include keep relative path information?
> 

I've got a work around that only works because of my simple, one level directory
structure


 def/master_def.ly
 \version "2.11.43"
 \include "../def/note_def.ly"
 
 %some other stuff
 
 .
 
 scores/score.ly
 \version "2.11.43"
 \include "../def/master_def.ly"
 
 %music stuff


In my master def file, I go up a directory and then back into /def to get to my
files.

It works....   :|







reply via email to

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