Hi.

> 
> 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}
> 

If I understand correctly, this is to make it possible to insert
text between the different movements (as is the purpose of \book).
Right?

> --- 1allegro/score.ly
> \incude "parts.ly"
> \book{
> \score{ \new Grandstaff<<
> \violin
> \piano
> >>
> }
> }
> 

According to Han-Wen's remark, with or without \book here, the
result should be the same.


Thanks,
Gilles


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to