lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiline copyright line


From: Jean Abou Samra
Subject: Re: Multiline copyright line
Date: Tue, 21 Mar 2023 18:21:56 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

Le mardi 21 mars 2023 à 12:57 -0400, Samuel Sloniker a écrit :

Thank you! I have this now, and it works perfectly.

\version "2.22.1"

\header {
  title = "Our Lord and Risen Savior"
  composer = "Samuel L. Sloniker"
  poet = "Samuel L. Sloniker"
  copyright = \markup {
    \center-column {
      "Copyright © 2023 Samuel Sloniker."
      "This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License."
      "To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/."
    }
  }
}

Nice to see scores published under Creative Commons License.

Just so you know, you can do

  copyright = \markup { 
    \center-column {
      "Copyright © 2023 Samuel Sloniker."
      "This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License."
      \line {
        To view a copy of this license, visit
        \with-url "https://creativecommons.org/licenses/by-sa/4.0/"
                  "https://creativecommons.org/licenses/by-sa/4.0"
      }
    }
  }

in order to make the hyperlink clickable in the PDF.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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