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....   :|





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to