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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user