[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Multiline copyright line
From:       Jean Abou Samra <jean () abou-samra ! fr>
Date:       2023-03-21 17:21:56
Message-ID: b9e035671e0f3d2219cf3e6ed118ef7cbbfa1c76.camel () abou-samra ! fr
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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.


[Attachment #5 (text/html)]

<p>Le mardi 21 mars 2023 à 12:57 -0400, Samuel Sloniker a écrit  :</p>
<blockquote type="cite">
<p>Thank you! I have this now, and it works perfectly.</p>
<p>\version &quot;2.22.1&quot;</p>
<p>\header {<br />
   title = &quot;Our Lord and Risen Savior&quot;<br />
   composer = &quot;Samuel L. Sloniker&quot;<br />
   poet = &quot;Samuel L. Sloniker&quot;<br />
   copyright = \markup {<br />
       \center-column {<br />
           &quot;Copyright  © 2023 Samuel Sloniker.&quot;<br />
           &quot;This work is licensed under the Creative Commons \
Attribution-ShareAlike 4.0 International License.&quot;<br />  &quot;To view a copy \
of this license, visit <a \
href="https://creativecommons.org/licenses/by-sa/4.0/">https://creativecommons.org/licenses/by-sa/4.0/</a>.&quot;<br \
/>  }<br />
   }<br />
}</p>
</blockquote>
<p>Nice to see scores published under Creative Commons License.</p>
<p>Just so you know, you can do</p>
<pre><code>  copyright = \markup { 
    \center-column {
      &quot;Copyright  © 2023 Samuel Sloniker.&quot;
      &quot;This work is licensed under the Creative Commons Attribution-ShareAlike \
4.0 International License.&quot;  \line {
        To view a copy of this license, visit
        \with-url &quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;
                  &quot;https://creativecommons.org/licenses/by-sa/4.0&quot;
      }
    }
  }
</code></pre>
<p>in order to make the hyperlink clickable in the PDF.</p>


["signature.asc" (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic