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 ☧ ΧΡΙΣΤΟΣ

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

Reply via email to