On 1-Nov-05, at 4:19 PM, Gilles wrote:
AFAIK, named music expressions *have to* be defined at toplevel, not
within a \book or \score block.
Yes.
statement from all_<movement>.inc.ly to all.ly, before \book. You will
certainly have to rename expressions to avoid redefinitions, e.g.
you'll
have to replace each recorderNotes occurence with
<movement>RecorderNotes
otherwise all movements will be the same.
Yes. :(
Of course, I thought of this solution, but it provides a much less
systematic and maintainable layout :-{
My solution is to use lilypond-book and \book:
--- foo.lytex:
\documentclass{article}
\begin{document}
\lilypondfile{1allegro/score.ly}
\liypondfile{2largo/score.ly}
\end{document}
--- 1allegro/score.ly
\incude "parts.ly"
\book{
\score{ \new Grandstaff<<
\violin
\piano
>>
}
}
... you get the idea.
- Graham
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user