Re: header material too close to staff

2021-02-02 Thread Christian Masser
Thank you for that cheat sheet! Is this part of the official documentation
or your own work?

All the best
Christian


Noeck  schrieb am Mo., 1. Feb. 2021, 23:46:

> Hi David,
>
> you are looking for markup-system-spacing:
>
> \paper {
>   markup-system-spacing.basic-distance = #10
> }
>
> Flexible vertical spacing \paper variables:
>
> http://lilypond.org/doc/v2.20/Documentation/notation/flexible-vertical-spacing-paper-variables
>
> Cheat Sheet:
> https://joramberger.de/files/LilypondSpacing.pdf
>
> Best,
> Joram
>
>


Re: header material too close to staff

2021-02-01 Thread David Zelinsky
Thanks, Joram.  This is helpful.


Noeck  writes:

> Hi David,
>
> you are looking for markup-system-spacing:
>
> \paper {
>   markup-system-spacing.basic-distance = #10
> }
>
> Flexible vertical spacing \paper variables:
> http://lilypond.org/doc/v2.20/Documentation/notation/flexible-vertical-spacing-paper-variables
>
> Cheat Sheet:
> https://joramberger.de/files/LilypondSpacing.pdf
>
> Best,
> Joram



Re: header material too close to staff

2021-02-01 Thread Noeck
Hi David,

you are looking for markup-system-spacing:

\paper {
  markup-system-spacing.basic-distance = #10
}

Flexible vertical spacing \paper variables:
http://lilypond.org/doc/v2.20/Documentation/notation/flexible-vertical-spacing-paper-variables

Cheat Sheet:
https://joramberger.de/files/LilypondSpacing.pdf

Best,
Joram



Re: header material too close to staff

2021-02-01 Thread David Zelinsky
Thank you!  I could have sworn I tried almost exactly that and got
errors.  But this does work!

And thanks for the amazingly quick response!

-David


"Hwaen Ch'uqi"  writes:

> Greetings David,
>
> You can invoke the \column and \vspace commands inside markup, like this:
>
> \header {
>   piece = \markup \column {
> "blah blah"
> \vspace #2
>   }
> }
>
> hth,
>
> Hwaen Ch'uqi
>
>
> On 2/1/21, David Zelinsky  wrote:
>> Is there a way to put some space between the header material and the
>> first staff?  None of my searching as produced anything relevant.
>>
>> Here's an example:
>>
>> -
>>
>> \version "2.20.0"
>> \include "english.ly"
>>
>> \score {
>>   {
>> c''' c''' c''' c'''
>>   }
>> }
>> \header {
>>   piece = "blah blah blah blah blah blah"
>> }
>>
>> -
>>
>>
>>
>>



Re: header material too close to staff

2021-02-01 Thread Hwaen Ch'uqi
Greetings David,

You can invoke the \column and \vspace commands inside markup, like this:

\header {
  piece = \markup \column {
"blah blah"
\vspace #2
  }
}

hth,

Hwaen Ch'uqi


On 2/1/21, David Zelinsky  wrote:
> Is there a way to put some space between the header material and the
> first staff?  None of my searching as produced anything relevant.
>
> Here's an example:
>
> -
>
> \version "2.20.0"
> \include "english.ly"
>
> \score {
>   {
> c''' c''' c''' c'''
>   }
> }
> \header {
>   piece = "blah blah blah blah blah blah"
> }
>
> -
>
>
>
>



Re: header material too close to staff

2021-02-01 Thread David Zelinsky
> Is there a way to put some space between the header material and the
> first staff?  None of my searching as produced anything relevant.
>
> Here's an example:
>
> -
>
> \version "2.20.0"
> \include "english.ly"
>
> \score {
>   {
> c''' c''' c''' c'''
>   }
> }
> \header {
>   piece = "blah blah blah blah blah blah"
> }
>
> -


Oops, sorry folks, my fingers accidentally clicked SEND before I was
ready.  I meant top explain further:

The notes above the staff are almost touching the text of the "piece".

If instead of "piece" I use "title", which centers a title at the top of
the page, it's just as bad.

How can I add some padding between the text and the notes?

Attached what I see for the rendering of the above.

-- 
David Zelinsky
d...@dedekind.net



test.pdf
Description: Adobe PDF document


header material too close to staff

2021-02-01 Thread David Zelinsky
Is there a way to put some space between the header material and the
first staff?  None of my searching as produced anything relevant.

Here's an example:

-

\version "2.20.0"
\include "english.ly"

\score {
  {
c''' c''' c''' c'''
  }
}
\header {
  piece = "blah blah blah blah blah blah"
}

-