Hello, I am new to LilyPond
Welcome !!!

 I want to place the page number on the left side of the header on
every page, but I want to center the title.

Something like that ?

%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.34"

music = \repeat "unfold" 1000 c'

\header { title = "Title"}

\paper {
       oddHeaderMarkup = \markup {
           \fill-line
           {
\fromproperty #'page:page-number-string %% left \on-the-fly #not-first-page \fromproperty #'header:title %% center " " %% right
            }
       }

       evenHeaderMarkup = \oddHeaderMarkup
}


{\music}

%%%%%%%%%%%%%%%%%%%%%

You can see also "titling-init.ly" in \LilyPond\usr\share\lilypond\current\ly\

Gilles




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to