lilypond-user
[Top][All Lists]
Advanced

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

FooterMarkup, tagline, copyright


From: Thomas Scharkowski
Subject: FooterMarkup, tagline, copyright
Date: Tue, 27 Sep 2011 15:00:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

Maybe I have overlooked or misunderstood something:
I expected the following code to produce three pages, with "copyright" on the first page, "footer" on the second, and "tagline" on the third.
Removing "oddFooterMarkup" leads to the expected copyright and tagline.

Thank you
Thomas

--
\version "2.15.12"
\header {
  copyright = "copyright"
  tagline = "tagline"
}
\paper {
  oddFooterMarkup = "footer"
}
\relative c' {
 c1 \pageBreak c \pageBreak c
}
--



reply via email to

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