lilypond-user
[Top][All Lists]
Advanced

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

footer issue


From: christophe 1710
Subject: footer issue
Date: Fri, 15 Jul 2011 11:46:03 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11

Hello,

i would like to sumite you an issue i have footers.
In the example i've provided to you, you can see thqt the tagline is correct. But if i want to add a different footer for the others pqges, this is not working fine.

you have here the header :


\version "2.12.3"
\header {
    title = "Arlésienne"
    subtitle = "Menuet de la suite n°2"
    tagline = \markup
{
  \override #'(box-padding . 1.0)
  \override #'(baseline-skip . 2.7)
  \box \center-align
    {
    \small \line {
                    Cette partition est éditée par CGY  \musicglyph #"clefs.G_change" Prod.
                    \hspace #1.5 Copyright © 2011.
                 }
    }
}
    style = "Romantic"
    %%date = 1849
    %%opus = "op. 94"
    instrument = "Flûte"
    composer = \markup \center-column { \bold "Goerges Bizet" \small "1838 - 1875" \medium "Suite n°2" }
    maintainer = "Christophe Godefroy"
    }
\include "master_file.ly"
\include "arlesienne.ly"

\score {
        \new Staff {\set Staff.instrumentName = "Flûte"
         \PartPOneVoiceOne }
        \layout {}
    }

    

    
The master_file that help me not to rewrite every lines is the folllowing

\paper {
    #(set-paper-size "cgy")
    print-page-number = ##t
    top-margin = 1\cm
    bottom-margin = 2.0\cm
    %%left-margin = 1.0 \cm
    head-separation = 0.9 \cm
    foot-separation = 1.5 \cm
    ragged-last-bottom = ##f
    ragged-bottom = ##f
    ragged-right = ##f
    line-width = 205\mm
    annotate-spacing = ##f
    first-page-number = 2
    oddFooterMarkup = \markup {
    \fill-line {[CGY0024]} }
    }

    
    
In fact the oddFooterMarkup take the control for the last page footer any suggestion ?

thanks for your help


PS: I'm French sorry for my enfglish.

Attachment: arlesienne-flute-score-light.pdf
Description: Adobe PDF document


reply via email to

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