Closed mhohl closed 9 years ago
Hello,
Thank you for your report ! Could you please send me (cataclop at hotmail dot com) a mwe showing the problem ? I must confess I don't really understand the case : as temporary files are named after file name and line width, they should be recompiled if necessary, even in included files.
I think commit 5dcb34b62234d5edfcde9748ba33a635a9c9f398 should fix that. Could you test it, please ?
Am 01.09.2015 um 11:20 schrieb jperon:
I think commit 5dcb34b https://github.com/jperon/lyluatex/commit/5dcb34b62234d5edfcde9748ba33a635a9c9f398 should fix that. Could you test it, please ?
A short real-life test on my current project works as expected.
Thanks a lot for the quick fix!
Cheers,
Marc
— Reply to this email directly or view it on GitHub https://github.com/jperon/lyluatex/issues/7#issuecomment-136646524.
Thank you for reporting !
Hello,
I am using lyluatex for my latest project, and I like it! One drawback (that lyluatex shares with lilypond-book so far): if I include a lilypond file in my lualatex document that has one or more \include directives, chances in these included files do not cause lyluatex to recompile the music.
What about taking these include files into account? Something along the lines of [snip]
[snip]
This is not yet tested in real life situations, but a) recursively checks for \include calls b) ignores commented out lines c) ignores nonexistent include files (mainly because lilypond will spot the error)
What do you think?
Best regards,
Marc