Han-Wen Nienhuys  <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] writes:
>> 
>> Since the old `pagenumber' parameter of \paper is gone for the PS
>> backend (why?), what shall be used instead to make lilypond start on,
>> say, page 2?  Looking into framework-ps.scm, function
>> `output-framework', I see that page-number is always initialized to
>> zero.  Looks like a bug...

> patch appreciated.

I added the "initialpagenumber" parameter to make lilypond start on
other page numbers than 1. The code seems to be working so I commited
it to cvs. There is one catch, thought, the page number in the first
page is printed if this option is used.

Before I add this parameter to the doc, I'd like to know what you think
about the name. I prefer it better than "pagenumber".

The following code should work with lily cvs:

\bookpaper{
    initialpagenumber = 13
}

\score {
    \notes {
        \repeat unfold 1000 {c}
    }
}

Pedro


_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to