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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user