Hello Mario, In the \paper block, you can make headers like this (just an example pulled fromi my code):
oddHeaderMarkup = \markup
\sans
\fill-line {
""
\abs-fontsize #28 \on-the-fly #print-page-number-check-first
\sans \fromproperty #'page:page-number-string
}
evenHeaderMarkup = \markup
\sans
\fill-line {
""
\abs-fontsize #28 \on-the-fly #print-page-number-check-first
\sans \fromproperty #'page:page-number-string
}
You can search the NR for all the information on this. It's all there,
Andrew
