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.

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

Reply via email to