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: Sat, 16 Jul 2011 21:25:16 +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

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 {
Cette partition est éditée par CGY \musicglyph #"clefs.G_change" Prod.
                    \hspace #1.5 Copyright © 2011.
                 }
    }
}


may be  Reinhold you can help by changing whet it is needed


other question where can learn scheme?


thanks all for your help.

Le 15/07/2011 22:45, Reinhold Kainhofer a écrit :
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.
[...]
  In fact the oddFooterMarkup take the control for the last page footer any
suggestion ?
Exactly. The tagline is not a separate entity, but is rather a string that is
printed in the default setting of oddFooterMarkup. Since you overwrite the
oddFooterMarkup, it will not be printed. For your reference, the default
oddFooterMarkup (in ly/titling-init.ly) is:

oddFooterMarkup = \markup {
   \column {
     \fill-line {
       %% Copyright header field only on first page.
       \on-the-fly #first-page \fromproperty #'header:copyright
     }
     \fill-line {
       %% Tagline header field only on last page.
       \on-the-fly #last-page \fromproperty #'header:tagline
     }
   }
}

As you can see, you need to include the tagline yourself in the footer if you
want to get it printed...

Cheers,
Reinhold




reply via email to

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