lilypond-user
[Top][All Lists]
Advanced

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

Re: Tagline in all pages


From: M Watts
Subject: Re: Tagline in all pages
Date: Fri, 30 Jan 2009 08:50:45 +1000
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

Ezequiel Sierra wrote:
How can i place the tagline and copyright in all pages?

Mostly taken from LSR snippet 366 by John Mandereau:

-------------------------
\version "2.12.1"

\paper {

oddFooterMarkup = \markup {

 \with-url #"http://lilypond.org/web/";

 \fill-line{

   \center-column {
\line { This piece copyright #(ly:export (ly:wide-char->utf-8 #x00A9)) MMIX by me }

\line { "This score has been wonderfully engraved thanks to the awesome LilyPond"
             #(ly:export (lilypond-version))
             #(ly:export (ly:wide-char->utf-8 #x2014))
             "http://lilypond.org";
           }
         }
       }
     }
   }

{ c d e f \pageBreak c d e f \pageBreak c d e f \pageBreak }

--------------------------

If you don't define an evenFooterMarkup, the oddFooterMarkup is used on all pages. If you save your files with UTF-8 encoding, you can paste the copyright symbol straight in there.




reply via email to

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