bug-lilypond
[Top][All Lists]
Advanced

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

Re: Printing Page Numbers


From: Mats Bengtsson
Subject: Re: Printing Page Numbers
Date: Mon, 07 Aug 2006 09:36:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

What LilyPond version do you use?

What made you think that the default was to print page numbers? The manual
doesn't say, as far as I can see. Actually, it turns out that no page number are
printed by default, so you have to do
\paper{
 ...
 print-page-number = ##t
}

to get them. If you want page numbers also on the first page, you should also set
printfirst-page-number = ##t (what a strange property name!).

Also, I hope you have realized that as long as you have a single \book{...} block in your file, you can just as well remove it, since it's added implicitly by LilyPond anyway. You can just write a number of \score{...} blocks in the same .ly file to
get them included in the same output PDF file.

  /Mats

Fr. Ignaty wrote:

I feel so stupid after writing code for months now...

How do I print page numbers when I combine multiple scores in a single book
block-  I thought the default setting was supposed to print page numbers, but I
can't seem to figure out why it isn't working.  Help!


Fr. Iganty



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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