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 <tisimst.lilyp...@gmail.com>:
> 
> 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,
> Abraham
> 
>> On Sunday, April 10, 2016, Carl-Henrik Buschmann <chbuschm...@mac.com> wrote:
>> 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
>>         "Copyright © OBLIGATO musikkforlag 2016 – Nesna, Norge"
>>         "All rights reserved – ISMN 979-0-706668-13-0 – order nr. OM8130"
>>       }
>>     }
>> 
>>   tagline = ##f
>> }
>> 
>> \paper {
>>   oddFooterMarkup = \markup {
>>    \fill-line {
>>    "ISMN 979-0-706668-13-0"
>>    }
>>  }
>> }
>> 
>> {
>>   c1
>>   \pageBreak
>>   c1
>> }
>> 
>> 
>> 
>> 
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to