lilypond-user
[Top][All Lists]
Advanced

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

Re: footer issue


From: Urs Liska
Subject: Re: footer issue
Date: Fri, 15 Jul 2011 12:44:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

Obviously the tagline isn't printed if there is something present in xxxFooterMarkup.

I didn't find anything in the docs on this, but maybe the above description is more to the point and helps others finding ideas.

Good luck
Urs

Am 15.07.2011 12:10, schrieb christophe 1710:
Le 15/07/2011 11:48, christophe 1710 a écrit :
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 ?

It seems that my pdf file was rejected. so i provide all .ly files!
thanks for your help


PS: I'm French sorry for my enfglish.



reply via email to

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