lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: footer et copyright


From: Eluze
Subject: Re: footer et copyright
Date: Sat, 19 May 2012 09:36:58 -0700 (PDT)

Jean-Christophe D wrote
> 
> 
> en 2.14.2, l'option \header... footer ne fonctionne plus, elle a été
> remplacée par \paper... oddFooterMarkup.
> 
> oddFooterMarkup semble écraser le copyright de la première page et le
> tagline de la dernière, qui ne s'impriment plus.
> 
> Comment NE PAS imprimer le oddFooterMarkup sur la PREMIERE page d'un
> document, ou de faire en sorte que copyright et tagline, lorsqu'ils
> existent, soient prioritaires sur les footers ?
> 
> /(copyright et tagline sont bien toujours dans \header ?)/
> 

si on utilise les oddHeaderMarkup et consortes il faut tout définir
soi-même!

exemple (stupide):

\paper {
  % print-first-page-number = ##t
  
  oddFooterMarkup = \markup \box \column {
    \fill-line { \on-the-fly #not-first-page \fromproperty
#'header:instrument }
    \fill-line { \on-the-fly #not-first-page \fromproperty #'header:title }
    \fill-line { \fromproperty #'header:meter "that's the meter!" }
    \fill-line { 
                \on-the-fly #not-first-page page 
                \bold \on-the-fly #not-first-page \fromproperty  
#'page:page-number-string 
                \on-the-fly #not-first-page \fromproperty #'header:copyright }
  }
}

s'il n'y a pas de oddFooterMarkup (…) les valeurs du \header seront alignée
selon les règles de Lilypond.

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/footer-et-copyright-tp7566697p7567084.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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