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<li...@ursliska.de>
To: lilypond-user@gnu.org
Subject: Re: footer issue
Message-ID:<4e201001.9000...@ursliska.de>
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.









_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to