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

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

Re: image en arrière plan


From: Pierre Perol-Schneider
Subject: Re: image en arrière plan
Date: Thu, 7 Apr 2016 16:58:27 +0200

Bonjour Jean-Pierre,

Oui c'est possible en spécifiant une dimension nulle à l'image eps, post-script ou au texte.
Ex :

\version "2.18.2"

\header {
  title = "Filigrane"
  tagline = ""
}

%% filigrane :
\markup \with-dimensions #'(0 . 0) #'(0 . 0) {
  \fontsize #23
  \with-color #yellow
  \rotate #45
  \translate #'(-10 . -70)
  "Filigrane"
}

\repeat unfold 40 { \relative c' { c4 d e f g a b c } }

Cordialement,
Pierre

Le 7 avril 2016 à 16:16, achard free <address@hidden> a écrit :
Bonjour à tous.
Est-il possible de mettre une image en arrière-plan d'une partition lilypond pour l'envoyer en fichier pdf (comme un filigrane à l'impression) ?
merci pour vos futures réponses.
jean-Pierre Achard

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr


reply via email to

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