lilypond-user
[Top][All Lists]
Advanced

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

Re: footer issue


From: christophe 1710
Subject: Re: footer issue
Date: Fri, 15 Jul 2011 12:26:07 +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

Sorry  Liska

that does notchange nothing

thanks for youe help never the less

Christophe



Message: 2
Date: Fri, 15 Jul 2011 12:01:37 +0200
From: Urs Liska<address@hidden>
To: address@hidden
Subject: Re: footer issue
Message-ID:<address@hidden>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Try \include-ing the master_file.ly before your \header definition.
If you \include it later (as you do) conflicting elements are
"overridden" by the entry that lilypond finds later.
I assume in your case the problem is the oddFooterMarkup.

HTH
Urs


Am 15.07.2011 11:46, schrieb christophe 1710:

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.











reply via email to

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