On Mon, 22 Aug 2011, Henning Hraban Ramm wrote: > Am 2011-08-22 um 03:53 schrieb Aditya Mahajan: >> @Hraban: Long story short, the filter module is working again. Can you test >> the dev branch from the latest git version? > > Thank you! > LilyPond ist called, but your approach of including the LaTeX file fails, > since you don’t define \linebreak from: I need bigger test files :) I find creating TeX macros to parse the latex output easier than understanding what lilypond creates (there is very little documentation about what goes on behind the scenes). Even the generated latex output is horrible, but, at least, I understand what it does. > """ > \includegraphics{test1-temp-lilypond-0-1}% > \ifx\betweenLilyPondSystem \undefined > \linebreak > \else > \expandafter\betweenLilyPondSystem{1}% > \fi > """ Can you send me the complete example? > In my test case (where I include the "one system per file" patch) I can > \def\linebreak{\relax} and get a nice multi-page score. and also send the "one system per file" patch (is it just including lilypond-book-preamble.ly?). I'll add \let\linebreak\donothing to lilypond::setups. Aditya