lilypond-user
[Top][All Lists]
Advanced

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

Re: Choral lyrics assistance, please.


From: Mats Bengtsson
Subject: Re: Choral lyrics assistance, please.
Date: Sun, 03 Feb 2008 22:59:17 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Quoting NJW <address@hidden>:


The solution (that is, one solution ;-) ) is to put it in a book.  The
prospect of using the \book command seemed a bit too advanced, but is
actually quite straightforward.  Use of \paper in the \book is analogous to
\layout in \score.

\book {
        \score {
        %verse goes here
        }
        \score {
        %refrain goes here
        }
        \paper {
        }
}

As has been said many times on the mailing list, there's no need to use \book here. If you just remove the "\book {" and matching "}", you will get exactly the same result. If there's any information left in the current manual that indicates that you need to explicitly specify the \book command, please tell us, so we can clarify this issue
even further.

   /Mats





reply via email to

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