Hi Rustik, You can override the odd/even Header and Footer variables in the paper block for this purpose. See http://lilypond.org/doc/v2.16/Documentation/notation/creating-titles-headers-and-footers and http://lilypond.org/doc/v2.16/Documentation/notation/other-_005cpaper-variables#_005cpaper-variables-for-page-numbering for more information. Here's an example that does most of what you want. It gets rid of the page numbers on the top of the page and puts them on the bottom. This also shows how you can override fonts and center/resize markup. If you want to show the page number on page 1, you also need to add "print-first-page-number = ##t" to the paper block.
\version "2.16.0" \paper { oddHeaderMarkup = \markup "" evenHeaderMarkup = \markup "" oddFooterMarkup = \markup \fill-line { "" \concat { "<<" \override #'(font-name . "Times New Roman") \fontsize #2 \fromproperty #'page:page-number-string ">>" } "" } evenFooterMarkup = \markup \fill-line { "" \concat { "<<" \override #'(font-name . "Times New Roman") \fontsize #2 \fromproperty #'page:page-number-string ">>" } "" } } \relative c' { f1 \pageBreak | f \pageBreak | f } Hope that helps, Mark Witmer On Thu, Nov 15, 2012 at 1:48 PM, Rustik <r.ala...@mail.ru> wrote: > Hello everybody! > I have a question about page number position. > I need to dispose page numder at bottom of page. And to align it center. > I need what page number looks like this: > - 1 -, or ~ 1 ~ > where «1» printed by Font A, for example, Times, and «-» or «~» printed by > Font B, for example, OrnamentTM. > And i want to make page number with ornamentation a little bigger than it > is > by default. > Is it possible? > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/Question-about-page-number-position-and-ornamentation-tp136399.html > Sent from the User mailing list archive at Nabble.com. > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user >
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user