On 23/03/11 07:55, Christian wrote:
Is it possible to have multiple titles/headers in one single document?
Yes. You can do it with \bookpart. e.g.
\version "2.13.54"
\paper {
#(define (print-positive-page-number layout props arg)
(if (> (chain-assoc-get 'page:page-number props -1)
Is it possible to have multiple titles/headers in one single document?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
De: Pascal Legris <[EMAIL PROTECTED]>
Date: 1 septembre 2004 18:21:40 GMT+02:00
À: Jean-marc LEGRAND <[EMAIL PROTECTED]>
Objet: Rép : multiple headers
One score bloc for each part and a header bloc in each. You can modiy
the presentation with LaTeX commands:
Example:
Each part head
If you add another \header{...} at the end of the \score{...},
both should be taken into account:
\score{
...
\header{piece = "..." }
}
/Mats
Jean-marc LEGRAND wrote:
Hi list !
I'm using Lily 2.0.1 on WinXP.
I've structured a four parts piece same as the orchestral example in Lilypond book,
Hi list !
I'm using Lily 2.0.1 on WinXP.
I've structured a four parts piece same as the orchestral example in Lilypond book, so
that I can
extract parts very easely.
The problem is that the whole piece is divided into several pieces which has each a
name.
My script has this shape :
\hea