Re: copyright text in more of one single line

2015-05-26 Thread tisimst
Try:

\markup { \override '(baseline-skip . 1.1) ... }

and adjust to taste.

- Abraham

On Tuesday, May 26, 2015, Marco Bagolin [via Lilypond] <
ml-node+s1069038n177109...@n5.nabble.com> wrote:

> Only another question...
> How is possible to modify the copyright lines text interspacing?
> I don't know what is the command.
> Thank you in advance to all for the help.
>
> Regards
> Marco B.
>
> 2015-05-24 21:11 GMT+02:00 Klaus Blum <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=177109&i=0>>:
>
>> Hi Marco,
>>
>> yes, just try:
>>
>> % 
>> \header {
>>   tagline = ##f
>>   copyright = \markup \center-column {
>> "(C) 2015  - Marco Bagolin"
>> "All Rights Reserved"
>> "- This is my personal copy -"
>>   }
>> }
>> \score {g'}
>> % ----
>>
>> Cheers,
>> Klaus
>>
>>
>>
>> --
>> View this message in context:
>> http://lilypond.1069038.n5.nabble.com/copyright-text-in-more-of-one-single-line-tp176990p176992.html
>> Sent from the User mailing list archive at Nabble.com.
>>
>> ___
>> lilypond-user mailing list
>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=177109&i=1>
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> ___
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=177109&i=2>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lilypond.1069038.n5.nabble.com/copyright-text-in-more-of-one-single-line-tp176990p177109.html
>  To start a new topic under User, email ml-node+s1069038n...@n5.nabble.com
> 
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/copyright-text-in-more-of-one-single-line-tp176990p177110.html
Sent from the User mailing list archive at Nabble.com.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: copyright text in more of one single line

2015-05-26 Thread Marco Bagolin
Only another question...
How is possible to modify the copyright lines text interspacing?
I don't know what is the command.
Thank you in advance to all for the help.

Regards
Marco B.

2015-05-24 21:11 GMT+02:00 Klaus Blum :

> Hi Marco,
>
> yes, just try:
>
> % 
> \header {
>   tagline = ##f
>   copyright = \markup \center-column {
> "(C) 2015  - Marco Bagolin"
> "All Rights Reserved"
> "- This is my personal copy -"
>   }
> }
> \score {g'}
> % 
>
> Cheers,
> Klaus
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/copyright-text-in-more-of-one-single-line-tp176990p176992.html
> Sent from the User mailing list archive at Nabble.com.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: copyright text in more of one single line

2015-05-24 Thread Klaus Blum
Hi Marco, 

yes, just try:

% 
\header {
  tagline = ##f
  copyright = \markup \center-column {
"(C) 2015  - Marco Bagolin"
"All Rights Reserved"
"- This is my personal copy -"
  }
}
\score {g'}
% 

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/copyright-text-in-more-of-one-single-line-tp176990p176992.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


copyright text in more of one single line

2015-05-24 Thread Marco Bagolin
Is it possible to use more of one line to write the copyright on the first
page?

for example:

(C) 2015  - Marco Bagolin
All Rights Reserved
- This is my personal copy -

I tried to use the following code:




*copyright = \markup{ \line {(C) 2015  - Marco
Bagolin}   \line {All Rights
Reserved}   \line {- This is my personal copy
-}}*

but it is not functioning...
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user