lilypond-user
[Top][All Lists]
Advanced

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

print copyright on every page


From: MING TSANG
Subject: print copyright on every page
Date: Thu, 27 Feb 2020 17:59:44 +0000 (UTC)

Dear lilyponders,

How can I print the copyright info on every page. The following code only have the copyright printed on the first page only.

Ming

\version "2.19.84"
\language "english"

ymt = \markup { 
  \note #"16" #1
  " yMt"
  \postscript #"0.075 setlinewidth 0 -2.5 moveto -13.75 10 -10 -7 2.5 5
    rcurveto stroke"
}  


\header {
  title = "父 親"
  subtitle = "Father"
  composer = \markup\scale #'(.6 . .5)\ymt
  arranger = ".."
  copyright = \markup\scale #'(.4 . .4)\ymt 
}
{ \repeat unfold 5 {
  \repeat unfold 5 {c'4 4 4 4 b1 \break} \pageBreak 
  }
}


reply via email to

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