lilypond-user
[Top][All Lists]
Advanced

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

Re: include problem with lilypond-book


From: Br. Samuel Springuel
Subject: Re: include problem with lilypond-book
Date: Sat, 02 Aug 2014 11:40:08 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

I just tested the work around noted in the issue tracker and want to add that said work around ignores the relative includes option in the lilypond files, i.e., "#(ly:set-option 'relative-includes #t)" at the beginning of the file.

Thus, to make it work with my example where the lilypond files are stored in a subdirectory (Scores) of the main project I had to specify that subdirectory for the --include option.

I.e.
This command couldn't find the included file:

$ lilypond-book --output=Main-out --lily-output-dir=Main-lily --include=../ 
Main.lytex

This one, on the other hand, could:

$ lilypond-book --output=Main-out --lily-output-dir=Main-lily 
--include=../Scores/ Main.lytex

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ



reply via email to

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