lilypond-user
[Top][All Lists]
Advanced

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

Copyright on first page, footer on following


From: Carl-Henrik Buschmann
Subject: Copyright on first page, footer on following
Date: Sun, 10 Apr 2016 19:02:45 +0200

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
}






reply via email to

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