I am working on a songbook which is copyright by an organization, but
specific songs use (with permission) arrangements by other publishers.

When I assert copyright on the specific scores, in the score header,
LilyPond appears to ignore this.  Is there any way (other than just
using text markup) to get the copyright info to show up?

See the attached for a short (unsuccessful) example.

~Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
“Be wary of great leaders.  Hope that there are many, many small
 leaders.” — Pete Seeger
\version "2.12.3"
#(set-default-paper-size "letter")
\paper {
  bottom-margin = 0.5\in
  left-margin = 0.75\in
  line-width = 7.25\in
  print-all-headers = ##t
  right-margin = 0.5\in
  top-margin = 0.5\in
}
\book {
  \header {
    copyright = "Copyright © 1983 Yoyodyne Propulsion Systems, Inc."
    title = "LilyPond Copyright Test"
  }
  \bookpart {
    \score {
      \relative c' { c c c c }
      \header {
        title = "In Praise of John Whorfin"
      }
    }
  }
  \bookpart {
    \score {
      \relative c' { c d e f }
      \header { 
        copyright = "Music copyright © 1983 Banzai Institute, Inc."
        title = "Curse You, Buckaroo!"
      }
    }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to