lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oddHeaderMarkup not on first page


From: Nick Payne
Subject: Re: oddHeaderMarkup not on first page
Date: Wed, 07 Dec 2011 09:52:20 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111110 Thunderbird/8.0

On 07/12/11 09:14, James wrote:
oddHeaderMarkup = \markup {
    \fill-line {
    \override #'(font-name . "Palatino italic")
    \abs-fontsize #8
    "The Unwilling Waltz"
    }
  }


oddHeaderMarkup = \markup {
    \fill-line { \on-the-fly #not-first-page
    \override #'(font-name . "Palatino italic")
    \abs-fontsize #8
    "The Unwilling Waltz"
    }
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]