Copyright on first page, footer on following

2016-04-10 Thread Carl-Henrik Buschmann
Hi, I’m having trouble making lilypond print the copyright information on the first page while printing a simple footer on the following pages. oddFooterMarkup seems to cannibalize the copyright: \version "2.19.36" \header { copyright = \markup { \center-column { \vspace #2

Re: Copyright on first page, footer on following

2016-04-10 Thread Abraham Lee
Carl, That's because copyright is normally defined/used within the oddFooterMarkup and conditionally printed on the first page only. Since you redefine oddFooterMarkup, copyright has no conditional print command AT ALL, therefore it doesn't show up. You'll need to add it back in yourself. Best, A

Re: Copyright on first page, footer on following

2016-04-10 Thread Carl-Henrik Buschmann
Aha! Get it. Thank you for the explanation. But it leaves me none the wiser on how to do it, it being one footer one the first page and a second for the rest? > Den 10. apr. 2016 kl. 19.20 skrev Abraham Lee : > > Carl, > > That's because copyright is normally defined/used within the oddFoot

Re: Copyright on first page, footer on following

2016-04-10 Thread Thomas Morley
2016-04-10 19:35 GMT+02:00 Carl-Henrik Buschmann : > Aha! Get it. Thank you for the explanation. > > But it leaves me none the wiser on how to do it, it being one footer one the > first page and a second for the rest? Try: \header { copyright = \markup { \center-column { \vspace

Re: Copyright on first page, footer on following

2016-04-11 Thread Carl-Henrik Buschmann
It worked wonders! Thank you. > 10. apr. 2016 kl. 20.04 skrev Thomas Morley : > > 2016-04-10 19:35 GMT+02:00 Carl-Henrik Buschmann : >> Aha! Get it. Thank you for the explanation. >> >> But it leaves me none the wiser on how to do it, it being one footer one the >> first page and a second for t