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/](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.
signature.asc
Description: This is a digitally signed message part
