lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \book usage


From: Graham Percival
Subject: Re: \book usage
Date: Tue, 1 Nov 2005 20:11:44 -0800


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]