Re: footer issue

2011-07-18 Thread christophe 1710
Wonderfull, it's working exactly like i wanted thanks a lot Christophe Le 16/07/2011 22:41, Matthew Collett a écrit : On 17/07/2011, at 7:25 am, christophe 1710 wrote: this need is ot have [CGY0026] on all pages instead the last one where i'd like to have tagline = \markup { \override

Re: footer issue

2011-07-16 Thread Matthew Collett
On 17/07/2011, at 7:25 am, christophe 1710 wrote: > this need is ot have [CGY0026] on all pages instead the last one where i'd > like to have > > tagline = \markup > { > \override #'(box-padding . 1.0) > \override #'(baseline-skip . 2.7) > \box \center-align >{ >\small \line { >

Re: footer issue

2011-07-16 Thread christophe 1710
Hello Reinhold, I've tried a lot of combination and it does nof work. this need is ot have [CGY0026] on all pages instead the last one where i'd like to have tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-align { \small \line

Re: footer issue

2011-07-15 Thread Reinhold Kainhofer
Am Freitag, 15. Juli 2011, 11:46:03 schrieb christophe 1710: > i would like to sumite you an issue i have footers. > In the example I've provided to you, you can see that the tagline is > correct. But if I want to add a different footer for the others pages, > this is not working fine. [...] > I

Re: footer issue

2011-07-15 Thread Urs Liska
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

Re: footer issue

2011-07-15 Thread christophe 1710
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 To: lilypond-user@gnu.org Subject: Re: footer issue Message-ID:<4e201001.9000...@ursliska.de> Content-Type: text/plain; charset=&qu

Re: footer issue

2011-07-15 Thread 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

Re: footer issue

2011-07-15 Thread Urs Liska
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