lilypond-user
[Top][All Lists]
Advanced

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

Re: Right block to contain setting of print-first-page-number


From: David Bobroff
Subject: Re: Right block to contain setting of print-first-page-number
Date: Tue, 28 Jul 2009 21:58:57 +0000
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

I've been using \bookpart myself with very satisfactory results.  I put
print-first-page-number = ##t in the \paper{} block for each \bookpart
block.  I don't, however, necessarily put one piece in a \bookpart
block.  What I often do is put a whole number of pages in a \bookpart
block.  For example, I may have two pieces which occupy three full
pages.  In that case I put the two pieces in a \bookpart block and then
in the \paper block for that \bookpart I'll specify 3 pages.

Here's a stripped example:

\bookpart {
  \score {
    \aPiece
  }
  \score {
    \anotherPiece
  }
  \paper {
    ragged-last-bottom = #f
    page-count = #3
    print-first-page-number = ##t
  }
}

Note: the above is excerpted from a working *.ly file minus some extra stuff specific to my file. It exists inside a \book block.

-David

Richard Sabey wrote:
I am trying to lay out a book containing 5 songs. There is a
\bookpart block for the title page, then a \bookpart block for each
song. There is no explicit \book block. How do I get page numbers on
all pages, including the first page for each song, except the title
page? I have tried setting

print-first-page-number    = ##t

successively in two places, but to no avail. The two places I tried
were: * in the \layout block in the \score block in each song's
\bookpart block. * in a \paper block in each song's \bookpart block.

What is the right place to put it?

I am using Lilypond version 2.12.2 on Windows XP. _________________________________________________________________ Windows Live Messenger: Happy 10-Year Anniversary—get free winks and
emoticons. http://clk.atdmt.com/UKM/go/157562755/direct/01/


------------------------------------------------------------------------


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





reply via email to

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