lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing between author's name and first staff


From: Schneidy
Subject: Re: Spacing between author's name and first staff
Date: Sat, 29 Mar 2014 07:00:02 -0700 (PDT)

Federico Bruni-5 wrote
> 2014-03-29 14:25 GMT+01:00 Son_V <

> vincenzo.auer@

> >:
> 
>> Hi, I've fought to find in the documentation how to add more space after
>> the
>> \header and the first staff, but I wasn't successful; can anyone tell me
>> how
>> to do it? Thanks.
>>
> 
> between the header and the first system?
> it's markup-system-spacing and it's documented here:
> http://lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-paper-variables#list-of-flexible-vertical-spacing-paper-variables

Same answer as Federico plus one option.
Here's how it works :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

\paper {
 markup-system-spacing.minimum-distance = 50
}

\header {
 title = "My score" 
}

%% you can also put some space here:
%\markup \vspace #5 %(uncomment the markup)

{
  c'
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

HTH,
Pierre



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Spacing-between-author-s-name-and-first-staff-tp160936p160939.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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