\mbinput is broken [Was: Re: nested lilypond-book files?]

2003-04-01 Thread Oscar A. Valdez
\include and \input are the standard LaTeX procedures to split a long document into several .tex files. lilypond-book requires that the commands be used as \mbinclude and \mbinput with Lilypond .ly files. \mbinclude works as expected, and, like plain \include, does a \clearpage before and after

Re: nested lilypond-book files?

2003-03-26 Thread Oscar A. Valdez
\mbinlude works, but inserts page breaks before and after the included parts. \mbinput crashes with the following output: Traceback (most recent call last): File /usr/bin/lilypond-book, line 1540, in ? do_file(input_filename) File /usr/bin/lilypond-book, line 1424, in do_file chunks

nested lilypond-book files?

2003-03-23 Thread Graham Percival
This could be a stupid (La)TeX question, rather than a stupid lilypond question, but here goes: Can you have nested lilypond-book files? If so, how? I'd like to do this: main.lilybook: \documentclass{blah} \begin{document} \include-lilypond-book{mvmt2.lilybook} \end{document} mvmt2.lilypbook