Ok, this does the trick:

oddHeaderMarkup = \markup
  \fill-line {
    " "
    \on-the-fly \not-part-first-page
    \on-the-fly  #print-page-number-check-first
    \fromproperty #'page:page-number-string
  }

  evenHeaderMarkup = \markup
  \fill-line {
    \on-the-fly \not-part-first-page
    \on-the-fly #print-page-number-check-first
    \fromproperty #'page:page-number-string
    " "
  }



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to